summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorJose Fonseca <j_r_fonseca@yahoo.co.uk>2003-03-24 10:38:30 +0000
committerJose Fonseca <j_r_fonseca@yahoo.co.uk>2003-03-24 10:38:30 +0000
commita53f53ece3a00e77d448f04410762ced4080fc72 (patch)
treecba0ebe8e89e299773aef7d65cf69eb4a55a3182 /progs
parent24812b3eaa433e4474049618cdc1795a3f3d37f0 (diff)
Avoid the mixing of double-colon rules in the Makefiles.
Diffstat (limited to 'progs')
-rw-r--r--progs/samples/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/progs/samples/Makefile b/progs/samples/Makefile
index a99a3d1c89e..99f9bbc1c64 100644
--- a/progs/samples/Makefile
+++ b/progs/samples/Makefile
@@ -23,6 +23,8 @@ PROGS = prim \
default: $(PROGS)
-clean::
+clean: clean_here
+
+clean_here:
rm -f *.o *~ $(PROGS)