Move Linux build stuff into dedicated folder

cpp
Elnu 2 years ago
parent d9513bdee3
commit e18094174f

6
build/.gitignore vendored

@ -3,6 +3,6 @@ cmake_install.cmake
CMakeCache.txt CMakeCache.txt
compile_commands.json compile_commands.json
Makefile Makefile
septadrop linux/septadrop
septadrop_1.0_amd64/usr/bin/septadrop linux/septadrop_1.0_amd64/usr/bin/septadrop
septadrop_1.0_amd64.deb linux/septadrop_1.0_amd64.deb

@ -1,3 +0,0 @@
python3 packer.py
cmake ..
cmake --build .

@ -0,0 +1,5 @@
cmake ../..
cd ..
python3 packer.py
cd linux
cmake --build .
Loading…
Cancel
Save