Remember main.c in tags.

This commit is contained in:
Sebastian Rasmussen
2014-01-16 02:04:25 +01:00
parent 4a3fdcef74
commit f7cdddbbe9

View File

@@ -23,7 +23,7 @@ jsdump.c : opnames.h
js: build/main.o build/libjs.a
$(CC) -o $@ $^ -lm
tags: $(SRCS) $(HDRS)
tags: $(SRCS) main.c $(HDRS)
ctags $^
clean: