diff options
Diffstat (limited to '')
-rw-r--r-- | src/Make_all.mak | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Make_all.mak b/src/Make_all.mak new file mode 100644 index 0000000..6a6d2fe --- /dev/null +++ b/src/Make_all.mak @@ -0,0 +1,16 @@ +# +# Common Makefile, defines the list of tests to run and other things. +# + +# Argument for running ctags. +TAGS_FILES = \ + *.c \ + *.cc \ + *.cpp \ + *.h \ + auto/*.c \ + libvterm/src/*.c \ + libvterm/src/*.h \ + libvterm/include/*.h \ + xdiff/*.c \ + xdiff/*.h |