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