just build cpp dsn2pcb, not other bits

main
jebba 2022-01-15 12:05:58 -07:00
parent 52774eab40
commit 5dbc8d72c2
1 changed files with 2 additions and 8 deletions

View File

@ -1,13 +1,7 @@
all: c_pcb c_pcb_dsn c_pcb_view
c_pcb: c_pcb.cpp mymath.cpp mymath.h router.cpp router.h layer.cpp layer.h io.h
c++ -O2 --std=c++14 c_pcb.cpp router.cpp layer.cpp mymath.cpp -oc_pcb
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
c_pcb_view: c_pcb_view.cpp mymath.cpp mymath.h io.h
c++ -O2 --std=c++14 `pkg-config --cflags glfw3` c_pcb_view.cpp mymath.cpp -oc_pcb_view `pkg-config --static --libs glfw3` -D GL_SILENCE_DEPRECATION
clean:
rm c_pcb c_pcb_dsn c_pcb_view
rm c_pcb_dsn