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