summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-05 10:14:10 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-05 10:14:10 +0200
commit7dffd8b76b610e3f3ecf9e94eafe25b8f42144d4 (patch)
treeb9c899187bf95d5f639fa192f32371bbc56495c2 /Makefile
parent7e6fe0e794187ebf7ed81cf0897d78219c9ecc4b (diff)
added binary image of floppy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c366cc7..33f2d85 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,10 @@ run: all
clean:
-rm *.bin *.img bochs.log $(KERNEL_ENTRY) $(ASMOBJECTS) $(OBJECTS) $(FILLUP) $(MBR) $(MP_BIN) bochs.out ne2k-tx.log ne2k-txdump.txt $(STAGE2)
+release: all
+ -rm *.bin FoolData.img binfont.img bochs.log $(KERNEL_ENTRY) $(ASMOBJECTS) $(OBJECTS) $(FILLUP) $(MBR) $(MP_BIN) bochs.out ne2k-tx.log ne2k-txdump.txt $(STAGE2)
+
+
############ test stuff ############
stick: FoolOS.img
cat FoolOS.img > $(USB_STICK) && sync