diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-14 13:56:29 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-14 13:56:29 +0100 |
| commit | a9e8cb8535044f24e34e26b9890854b1ae7409bf (patch) | |
| tree | b0b4e2019fcce1379acb43df79a362936fcaaa6c /Makefile | |
| parent | c3990b594d89036c0d1d514200f074b566fdfccb (diff) | |
minor fixes in buildsys
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ +# main phony targets - -.PHONY: all new +.PHONY: all new run newrun stick clean ############ some constants ############ @@ -164,7 +164,7 @@ stick: $(FOOLOS) ############ cleanup ############ clean: $(CLEANDIRS) - -rm *.bin $(FOOLOS) $(FOOLOS_DVI) $(KERNEL_ENTRY) $(ASM_OBJECTS) $(OBJECTS) $(IMG_FILLUP) $(BIN_MBR) $(BIN_MP) $(BIN_STAGE2) $(DEPS) bochs.out bochs.log ne2k-tx.log ne2k-txdump.txt + -rm *.bin $(FOOLOS) $(FOOLOS_VDI) $(KERNEL_ENTRY) $(ASM_OBJECTS) $(OBJECTS) $(IMG_FILLUP) $(BIN_MBR) $(BIN_MP) $(BIN_STAGE2) $(DEPS) bochs.out bochs.log ne2k-tx.log ne2k-txdump.txt |
