chiark / gitweb /
Fix the clean target
authorDilip Reddy Mavuram <dilip426426@gmail.com>
Fri, 24 Jan 2020 10:40:55 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2020 10:40:55 +0000 (11:40 +0100)
Makefile

index 5957ff00061f14463fb749605c57abf2358f6a5e..7b3c88129c94604e430e3e44c33db2d2451e0c0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 rndaddtoentcnt: rndaddtoentcnt.c
        $(CC) rndaddtoentcnt.c -o rndaddtoentcnt
 
+.PHONY: clean
 clean:
        rm -f *.o rndaddtoentcnt