chiark / gitweb /
Half working prototype
[tig] / Makefile
index ca09fb2d9eff67ef930c594cad6ed2812ba18feb..eec1e0301682a79a2fd583c0321abe8f0b3c57ec 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