mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-03-21 22:39:39 +00:00
4 lines
74 B
Makefile
4 lines
74 B
Makefile
.PHONY: test
|
|
test:
|
|
clang test.cpp -std=c++11 -lstdc++ -o test && ./test
|