summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44e636b..951630f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: $(OBJS)
$(CC) $(OBJS) -o cleanbench $(LIBS)
clean:
- /bin/rm -f *.o cleanbench sysinfo.c
+ /bin/rm -f cleanbench sysinfo.c $(OBJS)
remake: clean all