From 1d143a997e82c28dbe58fe34dcb723826041fcc6 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Thu, 17 May 2012 07:38:33 +0000 Subject: [PATCH] Remove extra mk junk --- mkfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkfile b/mkfile index d03ee6d..fae719d 100644 --- 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 -- 2.43.2