keyclick: Add a callback so screens can cancel a click. Add a generic list callback...
[maemo-rb.git] / utils / ypr0tools / cramfs-1.1 / GNUmakefile
blobe15fb22f0150529bc47d6064eb0592bc29dfd656
1 CC = gcc
2 CFLAGS = -W -Wall -O2 -g -Wno-pointer-sign
3 CPPFLAGS = -I.
4 LDLIBS = -lz
5 PROGS = mkcramfs cramfsck
7 all: $(PROGS)
9 distclean clean:
10 rm -f $(PROGS)
12 .PHONY: all clean