diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -17,6 +17,11 @@ include $(OBJS:.o=.d) %.d: %.c $(CC) -MM $(CFLAGS) $< > $@ +cmdtree.c: config.h + +config.h: config.def.h + cp config.def.h $@ + all: cmdtree $(BIN): $(OBJS) @@ -25,4 +30,7 @@ $(BIN): $(OBJS) clean: fake rm -f $(OBJS) $(BIN) +TAGS: fake + etags *.c + .PHONY: fake |
