mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-12 23:03:52 +02:00
fix build
This commit is contained in:
parent
6578c091a9
commit
4b37602c43
2 changed files with 11 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
CFLAGS=$(shell sdl-config --cflags) -Wall
|
||||
LDFLAGS=$(shell sdl-config --libs)
|
||||
LDFLAGS=$(shell sdl-config --libs) -lm
|
||||
|
||||
all: ledbar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue