]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - Makefile
Add Makefile and README
[repo_shell.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..b2e6998
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+repo_shell: repo_shell.c inih/ini.c
+       $(CC) -I inih $^ -o $@