mirror of
https://github.com/ENSL/NS.git
synced 2024-12-02 17:21:52 +00:00
5 lines
93 B
Makefile
5 lines
93 B
Makefile
|
all: Main.cpp
|
||
|
g++ -g -O3 -o 3d Main.cpp ../../api/libfmod-3.75.so -pthread
|
||
|
clean:
|
||
|
rm -f 3d
|