]> Pileus Git - ~andy/aweather-web/blobdiff - mkfile
Remove extra mk junk
[~andy/aweather-web] / mkfile
diff --git a/mkfile b/mkfile
index d03ee6d8282db74161448b9552f68a666c20a144..fae719dabb04e3795b99335e2074a93a48c4e25d 100644 (file)
--- a/mkfile
+++ b/mkfile
@@ -4,10 +4,10 @@ CFLAGS='--std=c99 -Wall'
 all:V: index.cgi manual.inc images/aweather.ico images/logo.png
 
 index.cgi: index.o html.o
-       gcc $CFLAGS -o $target $prereq $PKG_LIBS
+       gcc $CFLAGS -o $target $prereq
 
 %.o: %.c html.h
-       gcc $CFLAGS $PKG_FLAGS -c -o $target $stem.c
+       gcc $CFLAGS -c -o $target $stem.c
 
 %.c: %.ct
        $CT -o $target $prereq