From 63ff1bea9bb1e87a7e2643f680d04f2b9c00d072 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 27 Dec 2024 21:56:14 +0100 Subject: Port to GResource --- pixmaps/tools/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pixmaps/tools/Makefile (limited to 'pixmaps/tools/Makefile') 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 - -- cgit v1.2.3