diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-05 10:14:10 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-05 10:14:10 +0200 |
| commit | 7dffd8b76b610e3f3ecf9e94eafe25b8f42144d4 (patch) | |
| tree | b9c899187bf95d5f639fa192f32371bbc56495c2 /Makefile | |
| parent | 7e6fe0e794187ebf7ed81cf0897d78219c9ecc4b (diff) | |
added binary image of floppy
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
