pandora-first-run-wizard and pandora-state: Moved zram module loading into /etc/modules
[openpandora.oe.git] / recipes / omap3-deviceid / files / Makefile
1 OBJECTS=mem
2
3 CFLAGS=-g -O0 -Wall 
4 LIBS= -lm
5
6 all: $(OBJECTS)
7
8 %: %.c
9         $(CC) -o $@ $^ $(CFLAGS) $(LIBS)
10
11 clean:
12         -rm $(OBJECTS)