Skip to content

Commit 94d5012

Browse files
Add make and clean scripts
1 parent 1e66180 commit 94d5012

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

clean.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
rm -rf build/ &&
3+
mkdir build

make.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
cd build/ &&
3+
cmake -DCMAKE_TOOLCHAIN_FILE=../DevkitArm3DS.cmake ../ &&
4+
cmake --build . --target CtrBootManager_a9lh

0 commit comments

Comments
 (0)