]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - Makefile
Add extended wildcard matching
[repo_shell.git] / Makefile
index 49f7334e9cc1aafb6ce9fabf305f3d167f3626c0..eb4728c21f171ab10bc51fee06ffe4846f193802 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,13 +15,13 @@ PROGRAMS = $(MAIN) mystrtok_test acl_test
 
 all: $(MAIN)
 
-repo_shell: repo_shell.c inih/ini.c git_acl.c mystrtok.c stra.c utility.c version.c
+repo_shell: repo_shell.c inih/ini.c git_acl.c mystrtok.c stra.c utility.c match.c version.c
        $(CC) -I inih $^ -o $@
 
 mystrtok_test: mystrtok_test.c mystrtok.c utility.c
        $(CC) -g $^ -o $@
 
-acl_test: acl_test.c git_acl.c inih/ini.c mystrtok.c stra.c utility.c
+acl_test: acl_test.c git_acl.c inih/ini.c mystrtok.c stra.c utility.c match.c
        $(CC) -I inih $^ -o $@
 
 $(INFILES):%: %.in