mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 19:36:14 +02:00
5 lines
41 B
Makefile
5 lines
41 B
Makefile
|
CFLAGS = -g -Wall
|
||
|
LDLIBS = -lm
|
||
|
|
||
|
all: alg
|