X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=f8f4dd79d84c16a81fb34e63eaf6cc2e14dd7694;hp=01499e215553b8cadc7e7d6fbecb9165a581508a;hb=cd7fb220b16a73c15ff9dff7a5627bf78478875f;hpb=1aa8a0df26ef582dee4ffe3aa2f17f1f1a42b3c9 diff --git a/Makefile b/Makefile index 01499e2..f8f4dd7 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,11 @@ vor: $(objects) include gfx.mk +tags: *.c *.h + exuberant-ctags *.c *.h /usr/include/SDL/* + clean: program-clean + rm -f tags maintainer-clean: program-clean data-clean