Code

Half working prototype
[tig.git] / Makefile
1 LDFLAGS = -lcurses
2 CFLAGS  = -g
4 all: cgit
6 install: all
7         install cgit $(HOME)/bin
9 clean:
10         rm -f cgit
12 cgit: cgit.c