1
0
mirror of https://github.com/richardghirst/PiBits.git synced 2025-02-21 15:54:15 +01:00
PiBits/PiFmDma/Makefile
2012-12-17 18:26:05 +00:00

11 lines
104 B
Makefile

all: PiFmDma
CFLAGS = -Wall -g -O2
LDFLAGS = -lm
PiFmDma: PiFmDma.o
clean:
rm -f PiFmDma PiFmDma.o