X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=Makefile;h=d9d1847711cb5221b9444b348dd2282d234addd4;hb=cb5d643dcf8bc721ae41a605bdd7bd8facc16c8d;hp=eb4728c21f171ab10bc51fee06ffe4846f193802;hpb=180b28ed0209f51ae2ec79cfe5f4c153f3490f3d;p=repo_shell.git diff --git a/Makefile b/Makefile index eb4728c..d9d1847 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 match.c version.c +repo_shell: repo_shell.c inih/ini.c git_acl.c stringutils.c stra.c utility.c version.c $(CC) -I inih $^ -o $@ -mystrtok_test: mystrtok_test.c mystrtok.c utility.c +mystrtok_test: mystrtok_test.c stringutils.c utility.c $(CC) -g $^ -o $@ -acl_test: acl_test.c git_acl.c inih/ini.c mystrtok.c stra.c utility.c match.c +acl_test: acl_test.c git_acl.c inih/ini.c stringutils.c stra.c utility.c $(CC) -I inih $^ -o $@ $(INFILES):%: %.in