aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 96a1d4514f62e67e7069fa75ee5484257717cbf1 (plain) (tree)
1
2
3
4


                   
                               
BIN=pathfind

$(BIN): *.cpp *.hpp
	g++ -o $@ *.cpp -lm -O2