Dual-Lookup/Makefile

6 lines
135 B
Makefile
Raw Normal View History

test: run-tests
./run-tests
run-tests: tests-main.cpp main.cpp DualLookup.h
clang++ -std=c++11 tests-main.cpp main.cpp -o run-tests