1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-02 22:52:22 +03:00
ben-blinkenlights/bbl/Makefile
Werner Almesberger ceca128fbf Initial commit.
2010-09-01 04:02:24 -03:00

13 lines
129 B
Makefile

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