The threading model should be set from configure, not config.h.
[maemo-rb.git] / utils / ypr0tools / Makefile
blobefc1de63f281f34b5d28cfbb52072f871c70c341
2 .PHONY: all clean
3 PROGS = extract_section
4 CC = gcc
5 CFLAGS = -O1 -g -W -Wall
8 all: $(PROGS)
9 $(MAKE) -C cramfs-1.1
11 clean:
12 $(MAKE) -C cramfs-1.1 clean
13 rm -f extract_section