]> Pileus Git - ~andy/ct/blob - gallery/makefile
Add timestamp checking
[~andy/ct] / gallery / makefile
1 # Settings
2 CT        = ../ct
3 PROG      = gallery
4 SOURCES   = gallery.c html.c ../lib.c
5 CPPFLAGS  = -I..
6 PKGS      = glib-2.0
7
8 # Targets
9 test: gallery
10         QUERY_STRING=foo ./gallery
11
12 # Rules
13 ../lib.o: CFLAGS += -Wno-format
14
15 include ../common.mk