aboutsummaryrefslogtreecommitdiffstats
path: root/src/prog.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/prog.mk')
-rw-r--r--src/prog.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prog.mk b/src/prog.mk
index 6ec216b46..f78575f06 100644
--- a/src/prog.mk
+++ b/src/prog.mk
@@ -22,7 +22,7 @@ $(PROG): $(OBJS) $(ROOT)/config.mk
22 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(EXTRA_LDFLAGS) 22 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(EXTRA_LDFLAGS)
23 23
24.PHONY: clean 24.PHONY: clean
25clean:; rm -fr *.o $(PROG) *.gcov *.gcda *.gcno *.plist 25clean:; rm -fr *.o $(PROG) *.gcov *.gcda *.gcno *.plist $(TOCLEAN)
26 26
27.PHONY: distclean 27.PHONY: distclean
28distclean: clean 28distclean: clean; rm -fr $(TODISTCLEAN)