diff --git a/Makefile b/Makefile index b8ad453..614a76f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ mkpath: release: subdir=release release: mkpath - reset cd ${BUILD_DIR}/${subdir} && cmake -DCMAKE_BUILD_TYPE=Release ../.. cd ${BUILD_DIR}/${subdir} && make -j`lscpu | grep "CPU(s)" | head -n1 | awk '{ print $$2 }'` cd ${BUILD_DIR}/${subdir} && cpack -G DEB