Makefile
author llbatlle@comanegra
Fri, 04 Mar 2011 11:06:11 +0100
changeset 19 39a78ed9bf03
parent 8 37880a37c066
permissions -rw-r--r--
Adding a simple script I use to calculate worked hours per day

CFLAGS=-ggdb
PREFIX?=/usr

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

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