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