From dce2aac9b450d17b01368bf80f225fa238dd6de5 Mon Sep 17 00:00:00 2001 From: Dilip Reddy Mavuram Date: Fri, 24 Jan 2020 11:40:55 +0100 Subject: [PATCH] Fix the clean target --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2