Add main makefile
This commit is contained in:
parent
a18cec1154
commit
2f9c6b35e1
1 changed files with 11 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
PiegOS: bootloader/bootloader.bin
|
||||||
|
cp $< ./$@
|
||||||
|
|
||||||
|
bootloader/bootloader.bin: bootloader/Makefile
|
||||||
|
cd bootloader && make
|
||||||
|
|
||||||
|
clean:
|
||||||
|
cd bootloader && make clean
|
||||||
|
rm PiegOS
|
Loading…
Add table
Reference in a new issue