Files
PMTiles/cpp/Makefile
2022-10-12 16:17:33 +08:00

4 lines
74 B
Makefile

.PHONY: test
test:
clang test.cpp -std=c++11 -lstdc++ -o test && ./test