mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +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
|