From 61b02d283fd56077458b5ae3c58566c6dd2ee676 Mon Sep 17 00:00:00 2001 From: the little girl Date: Mon, 22 Sep 2014 21:24:40 +0900 Subject: oh oh og i makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f23818e..052f049 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: ukulele.cgi -ukulele.cgi: config.h wiki.c - ${CC} -std=c99 -pedantic -Os -o $@ wiki.c -lmarxup +ukulele.cgi: config.h ukulele.c + ${CC} -std=c99 -pedantic -Os -o $@ ukulele.c -lmarxup config.h: cp config.def.h $@ -- cgit v1.0