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