aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2000-03-08 14:19:58 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2000-03-08 14:19:58 +0000
commit46f5bb94091a3da17a592d914b5b214c83448ad9 (patch)
treefd0dfaf69d20530c4ed16424846c7d314306ae12 /Makefile
parentf6b197970ba833ea3e629a29805681fde8d4b811 (diff)
downloadmsec-46f5bb94091a3da17a592d914b5b214c83448ad9.tar
msec-46f5bb94091a3da17a592d914b5b214c83448ad9.tar.gz
msec-46f5bb94091a3da17a592d914b5b214c83448ad9.tar.bz2
msec-46f5bb94091a3da17a592d914b5b214c83448ad9.tar.xz
msec-46f5bb94091a3da17a592d914b5b214c83448ad9.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5edb8ac..0428728 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ clean:
find . -name *.o -exec rm -f {} \;
find . -name *~ -exec rm -f {} \;
rm -f src/promisc_check/promisc_check
+ rm -f src/msec_find/msec_find
promisc_check:
(cd src/promisc_check && make)