kararrr/cpp-dsn2pcb/Makefile

8 lines
133 B
Makefile

all: c_pcb_dsn
c_pcb_dsn: c_pcb_dsn.cpp router.h mymath.h
c++ -O2 --std=c++14 c_pcb_dsn.cpp -oc_pcb_dsn
clean:
rm c_pcb_dsn