From 3a1053b29e5fb8109463259ee9dff3d8f4e4be5b Mon Sep 17 00:00:00 2001 From: pancake Date: Sun, 14 Dec 2008 03:05:19 +0100 Subject: * Oops missing up * Added fixups for make install/deinstall * HAVE_GUI is now enabled by default * New 'stop' button for goxf GUI * Fix lil bug in squeue.c * Initial .desktop icon for freedesktop environments (GNOME) --- logotool/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'logotool') diff --git a/logotool/Makefile b/logotool/Makefile index 1c5d08d..a12d145 100644 --- a/logotool/Makefile +++ b/logotool/Makefile @@ -1,5 +1,5 @@ OBJ=logotool.o compress.o uncompress.o rgb2yuv.o -CFLAGS=-Wall -g +#CFLAGS=-Wall -g BIN=logotool all: ${BIN} @@ -7,5 +7,8 @@ all: ${BIN} ${BIN}: ${OBJ} ${CC} ${OBJ} -o logotool +static: ${BIN} + ${CC} -static ${OBJ} -o logotool + clean: rm -f ${OBJ} logotool -- cgit v1.2.3