opandora-scripts: Fixed permissions (+x) for op_lidsetting.sh
[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)