diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-03-01 12:10:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-03-01 12:10:52 +0000 |
commit | 528412f5c72a6c839c039033594056a727e8a50e (patch) | |
tree | edab2548a7f9f7573fd18fe064cdc6d8325f3701 /Makefile | |
parent | 1121561ce55ea65445b52a2cc2c85029df401f2d (diff) | |
download | ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.tar ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.tar.gz ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.tar.bz2 ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.tar.xz ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.zip |
add some better checking especially for titi. use "make check"!!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ include Makefile.config build: make -C lst build +check: + make -C lst check + clean: rm -f *~ make -C lst clean |