Makefile
author viric <viriketo@gmail.com>
Mon, 15 Mar 2010 23:31:57 +0100
changeset 13 387ab315b0f3
parent 8 37880a37c066
permissions -rw-r--r--
C: Showing to the user the number of the annoying line, if the parsing fails.

CFLAGS=-ggdb
PREFIX?=/usr

tt: tt.c
	$(CC) $(CFLAGS) -o $@ $^

install: tt
	cp tt $(PREFIX)/bin/tt