fix makefile
This commit is contained in:
parent
b3264cee86
commit
c88d54baad
4
Makefile
4
Makefile
@ -3,9 +3,9 @@ build:
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
cp -r ./public/* ./build
|
cp -r ./public/* ./build
|
||||||
cp ./thesis/main.pdf ./build/mt-polygon-simplification-2019.pdf
|
cp ./thesis/main.pdf ./build/mt-polygon-simplification-2019.pdf
|
||||||
cd ./benchmarking && npm run build
|
cd ./benchmarking && npm install && npm run build
|
||||||
cp -r ./benchmarking/dist ./build/benchmarking
|
cp -r ./benchmarking/dist ./build/benchmarking
|
||||||
cd ./compare-algorithms && npm run build
|
cd ./compare-algorithms && npm install && npm run build
|
||||||
cp -r ./compare-algorithms/dist ./build/polygon-simplification
|
cp -r ./compare-algorithms/dist ./build/polygon-simplification
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user