1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 13:50:38 +02:00
wernermisc/spiio/Makefile
2011-09-21 09:20:23 -03:00

13 lines
133 B
Makefile

CC=mipsel-openwrt-linux-uclibc-gcc
CFLAGS=-Wall -g
.PHONY: all clean spotless
all: spiio
clean:
rm -f spiio
spotless: clean