1 2 3 4 5 6 7 8
target=test_optimizer test_optimizer:test_optimizer.cpp g++ -o $@ $< -I ../ -O2 clean: rm -f $(target)