mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-05 11:10:39 +02:00
13 lines
129 B
Makefile
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
|