diff options
Diffstat (limited to 'examples/packer/Makefile')
-rw-r--r-- | examples/packer/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/packer/Makefile b/examples/packer/Makefile deleted file mode 100644 index 152f28938c..0000000000 --- a/examples/packer/Makefile +++ /dev/null @@ -1,8 +0,0 @@ - -CC = gcc - -packer: pack.c - $(CC) `pkg-config --cflags gtk+-2.0` pack.c -o packer `pkg-config --libs gtk+-2.0` - -clean: - rm -f *.o packer |