mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 13:24:01 +02:00
Move host software to host/ subdirectory.
This commit is contained in:
parent
141028bc90
commit
39428b3e29
3 changed files with 0 additions and 0 deletions
10
host/Makefile
Normal file
10
host/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
CFLAGS=$(shell sdl-config --cflags) -Wall
|
||||
LDFLAGS=$(shell sdl-config --libs)
|
||||
|
||||
all: ledbar
|
||||
|
||||
ledbar: ledbar.c
|
||||
gcc ledbar.c -o ledbar $(CFLAGS) $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f ledbar
|
Loading…
Add table
Add a link
Reference in a new issue