X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/blobdiff_plain/bb0dc59308d40e8c6a4af911fbd30c60567c2c2a..871e2fd07a6381b9e2dcacc27608541ca826e3d6:/Makefile diff --git a/Makefile b/Makefile index 326eded..5a65b66 100644 --- a/Makefile +++ b/Makefile @@ -60,4 +60,7 @@ cleanutils: $(MAKE) clean clean: cleanutils - rm -f $(LIBFAIM_OBJECTS) $(SONAME) libfaim.a *~ core \ No newline at end of file + rm -f $(LIBFAIM_OBJECTS) $(SONAME) libfaim.a *~ core + +tags: + etags *.[ch] faim/*.[ch] utils/faimtest/faimtest.c