X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=Makefile;h=eb4728c21f171ab10bc51fee06ffe4846f193802;hb=e6bad58d5fb98b9170a75c401b059fdb6b2dce81;hp=49f7334e9cc1aafb6ce9fabf305f3d167f3626c0;hpb=ebbf97d1d30077057f22a808dfc4d02ce07ff338;p=repo_shell.git diff --git a/Makefile b/Makefile index 49f7334..eb4728c 100644 --- 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