Move Linux build stuff into dedicated folder

This commit is contained in:
Elnu 2022-03-11 17:23:30 -08:00
parent d9513bdee3
commit e18094174f
7 changed files with 6 additions and 4 deletions

6
build/.gitignore vendored
View file

@ -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

View file

@ -1,3 +1,5 @@
cmake ../..
cd ..
python3 packer.py
cmake ..
cd linux
cmake --build .