summaryrefslogtreecommitdiff
path: root/pixmaps/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pixmaps/tools/Makefile')
-rw-r--r--pixmaps/tools/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/pixmaps/tools/Makefile b/pixmaps/tools/Makefile
deleted file mode 100644
index 28f2a3e..0000000
--- a/pixmaps/tools/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-CC = gcc
-CFLAGS = -Wall -ggdb
-
-gdk-pixbuf-pas: gdk-pixbuf-pas.c
- $(CC) -o gdk-pixbuf-pas gdk-pixbuf-pas.c -I. -I/usr/include $(CFLAGS) `pkg-config glib-2.0 --cflags --libs`
-
-clean:
- rm -f *.o gdk-pixbuf-pas
-
-all: gdk-pixbuf-pas
-