Move Linux build stuff into dedicated folder
This commit is contained in:
parent
d9513bdee3
commit
e18094174f
7 changed files with 6 additions and 4 deletions
6
build/.gitignore
vendored
6
build/.gitignore
vendored
|
@ -3,6 +3,6 @@ cmake_install.cmake
|
|||
CMakeCache.txt
|
||||
compile_commands.json
|
||||
Makefile
|
||||
septadrop
|
||||
septadrop_1.0_amd64/usr/bin/septadrop
|
||||
septadrop_1.0_amd64.deb
|
||||
linux/septadrop
|
||||
linux/septadrop_1.0_amd64/usr/bin/septadrop
|
||||
linux/septadrop_1.0_amd64.deb
|
|
@ -1,3 +1,5 @@
|
|||
cmake ../..
|
||||
cd ..
|
||||
python3 packer.py
|
||||
cmake ..
|
||||
cd linux
|
||||
cmake --build .
|
Loading…
Add table
Reference in a new issue