mirror of
https://github.com/ENSL/NS.git
synced 2024-12-02 01:02:09 +00:00
5 lines
95 B
Makefile
5 lines
95 B
Makefile
|
all: Main.cpp
|
||
|
g++ -g -O3 -o dsp Main.cpp ../../api/libfmod-3.75.so -pthread
|
||
|
clean:
|
||
|
rm -f dsp
|