]> Pileus Git - ~andy/ct/blobdiff - gallery/mkfile
Update gallery
[~andy/ct] / gallery / mkfile
index b141b312ce71efea3652ca8c49871d7d33460fc5..2a57660896aabbc2d4b2d909a8e99ce7e9b2eabd 100644 (file)
@@ -1,8 +1,12 @@
-PROGS=gallery
-PKGS=glib-2.0
-CLEAN=html.c
+PROGS    = gallery
+PKGS     = glib-2.0
+CLEAN    = html.c
+CPPFLAGS = -I..
+CFLAGS   = --std=c99 -Wall -Wno-format -g
 
-default:V: run
-gallery: gallery.o html.o
+default:V: gallery
+       QUERY_STRING=foo ./gallery
+
+gallery: gallery.o html.o ../lib.o
 
 <../mkcommon