4 lines
123 B
Makefile
4 lines
123 B
Makefile
all: basis.hpp basis.cpp cnc.hpp cnc.cpp indusLS.hpp indusLS.cpp main.cpp
|
|
g++ -s -O3 -DNDEBUG -static *.cpp -o CCAnr+cnc
|
|
|