diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-14 15:49:59 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-14 15:49:59 +0100 |
commit | d20204414d96cfd6f1ab100df13b0aca3088f5ea (patch) | |
tree | 96606ce0bdc09c5d52d18963e87f1fced5f9d757 /Makefile | |
parent | 070322656147dc36afbbc23900fc4422962eab3d (diff) | |
download | etisnoop-d20204414d96cfd6f1ab100df13b0aca3088f5ea.tar.gz etisnoop-d20204414d96cfd6f1ab100df13b0aca3088f5ea.tar.bz2 etisnoop-d20204414d96cfd6f1ab100df13b0aca3088f5ea.zip |
Add target to create ctags
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ etisnoop-static: libfaad $(SOURCES) $(HEADERS) libfaad: make -C ./faad2-2.7 +.PHONY: tags +tags: + ctags -R . + clean: rm -f etisnoop *.o |