summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-03-01 12:10:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-03-01 12:10:52 +0000
commit528412f5c72a6c839c039033594056a727e8a50e (patch)
treeedab2548a7f9f7573fd18fe064cdc6d8325f3701 /Makefile
parent1121561ce55ea65445b52a2cc2c85029df401f2d (diff)
downloadldetect-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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea16ed6c..f8c156af 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ include Makefile.config
build:
make -C lst build
+check:
+ make -C lst check
+
clean:
rm -f *~
make -C lst clean