From: Dilip Reddy Mavuram Date: Fri, 24 Jan 2020 10:40:55 +0000 (+0100) Subject: Fix the clean target X-Git-Tag: hippotat/1.0.0~303^2^2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=dce2aac9b450d17b01368bf80f225fa238dd6de5;p=hippotat.git Fix the clean target --- diff --git a/Makefile b/Makefile index 5957ff0..7b3c881 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ rndaddtoentcnt: rndaddtoentcnt.c $(CC) rndaddtoentcnt.c -o rndaddtoentcnt +.PHONY: clean clean: rm -f *.o rndaddtoentcnt