X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/800a900c3eb2df114a30417537e7f3e9e47d5ad7..05f1685b4ce49e79cbe632a6779556a42263be2f:/Makefile diff --git a/Makefile b/Makefile index ca09fb2..eec1e03 100644 --- 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