summaryrefslogtreecommitdiffstats
path: root/ship
diff options
context:
space:
mode:
Diffstat (limited to 'ship')
-rwxr-xr-xship4
1 files changed, 4 insertions, 0 deletions
diff --git a/ship b/ship
index 9f79674..69cddf9 100755
--- a/ship
+++ b/ship
@@ -1,6 +1,10 @@
#!/bin/sh
D=$(date +%Y-%m-%d)
+make -C boot protos
+make -C boot clean
+make -C app protos
+make -C app clean
make -C boot bootloader.bin bootloader.hex bootloader.elf