Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure that amok test files (which are not converted to tesh yet) are made executa...
[simgrid.git] / Makefile.am
index 54c948f..fd4956e 100644 (file)
@@ -106,6 +106,9 @@ mail:
               -s "New version of SimGrid ($$ver)" \
               simgrid-user@lists.gforge.inria.fr
 
+TAGS:
+       etags -o ./TAGS `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` 
+
 splint:
        splint `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` \
               +matchanyintegral -warnposix +boolint \