1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-05 02:09:49 +03:00
ben-blinkenlights/bbl/Makefile

13 lines
129 B
Makefile
Raw Normal View History

2010-09-01 10:02:24 +03:00
CC=mipsel-openwrt-linux-uclibc-gcc
CFLAGS=-Wall -g
.PHONY: all clean spotless
all: bbl
clean:
rm -f bbl
spotless: clean