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:
12
bbl/Makefile
Normal file
12
bbl/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user