Skip to content

Commit

Permalink
no reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheridan committed Aug 4, 2024
1 parent 7828e62 commit 017726d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 017726d

Please sign in to comment.