summaryrefslogtreecommitdiff
path: root/utils/ypr0tools/cramfs-1.1/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ypr0tools/cramfs-1.1/GNUmakefile')
-rw-r--r--utils/ypr0tools/cramfs-1.1/GNUmakefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/ypr0tools/cramfs-1.1/GNUmakefile b/utils/ypr0tools/cramfs-1.1/GNUmakefile
new file mode 100644
index 0000000000..e15fb22f01
--- /dev/null
+++ b/utils/ypr0tools/cramfs-1.1/GNUmakefile
@@ -0,0 +1,12 @@
1CC = gcc
2CFLAGS = -W -Wall -O2 -g -Wno-pointer-sign
3CPPFLAGS = -I.
4LDLIBS = -lz
5PROGS = mkcramfs cramfsck
6
7all: $(PROGS)
8
9distclean clean:
10 rm -f $(PROGS)
11
12.PHONY: all clean