mirror of
https://github.com/ENSL/NS.git
synced 2025-02-02 22:11:29 +00:00
4 lines
110 B
Makefile
4 lines
110 B
Makefile
all: Main.cpp
|
|
g++ -g -O3 -o userstream Main.cpp ../../api/libfmod-3.75.so -pthread
|
|
clean:
|
|
rm -f userstream
|