mirror of
https://github.com/brain-hackers/lab
synced 2025-10-15 12:48:39 +09:00
Add lcdbench
This commit is contained in:
11
lcdbench/Makefile
Normal file
11
lcdbench/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
CC?=arm-linux-gnueabi-gcc
|
||||
|
||||
all: lcdbench
|
||||
|
||||
.PHONY:
|
||||
clean:
|
||||
rm -f lcdbench
|
||||
|
||||
lcdbench: lcdbench.c
|
||||
$(CC) $< -o $@
|
||||
|
Reference in New Issue
Block a user