Half working prototype
[tig] / Makefile
index ca09fb2..eec1e03 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,12 @@
 LDFLAGS = -lcurses
+CFLAGS = -g
 
 all: cgit
 
+install: all
+       install cgit $(HOME)/bin
+
+clean:
+       rm -f cgit
+
 cgit: cgit.c