diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2024-12-27 21:56:14 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2025-11-27 19:39:56 +0100 |
| commit | 63ff1bea9bb1e87a7e2643f680d04f2b9c00d072 (patch) | |
| tree | ca808833ae6b321a99de1292244024756f176edc /pixmaps/tools/Makefile | |
| parent | 1b2b4bb4f3ecc034a6e9364d8768e50b167a9680 (diff) | |
| download | tuxcmd-63ff1bea9bb1e87a7e2643f680d04f2b9c00d072.tar.xz | |
Port to GResource
Diffstat (limited to 'pixmaps/tools/Makefile')
| -rw-r--r-- | pixmaps/tools/Makefile | 11 |
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 - |
