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