1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-04-21 12:27:27 +03:00

Initial commit.

This commit is contained in:
Werner Almesberger
2010-09-01 04:02:24 -03:00
commit ceca128fbf
9 changed files with 1260 additions and 0 deletions

12
bbl/Makefile Normal file
View File

@@ -0,0 +1,12 @@
CC=mipsel-openwrt-linux-uclibc-gcc
CFLAGS=-Wall -g
.PHONY: all clean spotless
all: bbl
clean:
rm -f bbl
spotless: clean