mirror of
https://github.com/ENSL/NS.git
synced 2024-12-01 16:51:43 +00:00
4 lines
101 B
Makefile
4 lines
101 B
Makefile
all: Main.cpp
|
|
g++ -g -O3 -o stream Main.cpp ../../api/libfmod-3.75.so -pthread
|
|
clean:
|
|
rm -f stream
|