1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-21 22:15:20 +02:00
wernermisc/poke/Makefile

14 lines
169 B
Makefile
Raw Permalink Normal View History

# CC=arm-angstrom-linux-gnueabi-gcc
# CC=mipsel-openwrt-linux-uclibc-gcc
CFLAGS=-Wall -g
.PHONY: all clean spotless
all: poke
clean:
rm -f poke
spotless: clean