mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-13 07:13:42 +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
Makefile
10
Makefile
|
@ -1,10 +0,0 @@
|
|||
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