1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 14:30:36 +02:00
wernermisc/spiio/Makefile

13 lines
133 B
Makefile
Raw Normal View History

2011-09-21 15:20:23 +03:00
CC=mipsel-openwrt-linux-uclibc-gcc
CFLAGS=-Wall -g
.PHONY: all clean spotless
all: spiio
clean:
rm -f spiio
spotless: clean