]> mj.ucw.cz Git - teatimer.git/blob - Makefile
Initial commit
[teatimer.git] / Makefile
1 GTK_LIBS=$(shell gtk-config --libs)
2 GTK_CFLAGS=$(shell gtk-config --cflags)
3
4 CFLAGS=-O2 $(GTK_CFLAGS) -Wall -W
5 LDFLAGS=$(GTK_LIBS)
6
7 all: teatimer
8
9 teatimer: teatimer.o
10
11 clean:
12         rm -f teatimer *.o *~