summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-14 13:56:29 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-14 13:56:29 +0100
commita9e8cb8535044f24e34e26b9890854b1ae7409bf (patch)
treeb0b4e2019fcce1379acb43df79a362936fcaaa6c /Makefile
parentc3990b594d89036c0d1d514200f074b566fdfccb (diff)
minor fixes in buildsys
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f24ee1e..afe7d61 100644
--- a/Makefile
+++ b/Makefile
@@ -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