From: Derek Foreman Date: Fri, 21 May 2010 18:29:54 +0000 (-0400) Subject: don't delete .c file! X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=88acd657af47fff7375181c0fc04d17b76df0e6b;p=manmower%2Fobtheme.git don't delete .c file! --- diff --git a/Makefile b/Makefile index 8b79f4e..a31306d 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ obtheme: main.o obtheme.tab.o obtheme.lex.o obtheme.tab.h obtheme.o $(CC) $(CFLAGS) -o obtheme main.o obtheme.o obtheme.tab.o obtheme.lex.o -lm -lglib-2.0 clean: - rm -f obtheme *.lex.* *.tab.* *.o obtheme.c + rm -f obtheme *.lex.* *.tab.* *.o