summaryrefslogtreecommitdiffstats
path: root/logotool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'logotool/Makefile')
-rw-r--r--logotool/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/logotool/Makefile b/logotool/Makefile
new file mode 100644
index 0000000..22e6a44
--- /dev/null
+++ b/logotool/Makefile
@@ -0,0 +1,8 @@
+OBJ=logotool.o compress.o uncompress.o rgb2yuv.o
+CFLAGS=-Wall -g
+
+all: ${OBJ}
+ ${CC} ${OBJ} -o logotool
+
+clean:
+ rm -f ${OBJ} logotool