mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 14:10:38 +02:00
4 lines
104 B
Makefile
4 lines
104 B
Makefile
sal: sal.cpp
|
|
g++ -Wall -o sal sal.cpp \
|
|
-lusrp2 -lfftw3 -lm `sdl-config --cflags --libs` -lSDL_gfx
|