chiark / gitweb /
Makefile: Use $(wildcard) for commands_in
[topgit.git] / Makefile
index af4639915031e7a8a0c95c5caf1db206e93401ad..b73a1f15b9c298e0e922df1c61f6fb15df8f7821 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ sharedir = $(prefix)/share/topgit
 hooksdir = $(cmddir)/hooks
 
 
-commands_in = tg-create.sh tg-delete.sh tg-export.sh tg-info.sh tg-patch.sh tg-summary.sh tg-update.sh
+commands_in = $(wildcard tg-*.sh)
 hooks_in = hooks/pre-commit.sh
 
 commands_out = $(patsubst %.sh,%,$(commands_in))