Files
AQuery/Makefile
T
2022-03-25 22:46:19 +08:00

4 lines
90 B
Makefile

snippet:
g++ -shared --std=c++1z out.cpp -O3 -march=native -o dll.so
clean:
rm *.shm -rf