aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0291dab..13736cc 100644
--- a/Makefile
+++ b/Makefile
@@ -18,5 +18,11 @@ trace-seq.o:: parse-events.h trace-seq.h
18trace-cmd: trace-cmd.o trace-read.o parse-events.o trace-seq.o 18trace-cmd: trace-cmd.o trace-read.o parse-events.o trace-seq.o
19 $(CC) $^ -o $@ 19 $(CC) $^ -o $@
20 20
21.PHONY: force
22force:
23
24TAGS: force
25 find . -name '*.[ch]' | xargs etags
26
21clean: 27clean:
22 $(RM) *.o *~ $(TARGETS) 28 $(RM) *.o *~ $(TARGETS)