summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-09 16:02:23 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-09 16:02:23 +0100
commit8ec4ea37162121bf76d9df4b469478697ef6ba04 (patch)
treeea9e3583ab8041f4f5734187e5d0a68ee345eb55 /Makefile
parent7471d467fed21671f2f4549446249de7e3a7d578 (diff)
downloadMelon-8ec4ea37162121bf76d9df4b469478697ef6ba04.tar.gz
Melon-8ec4ea37162121bf76d9df4b469478697ef6ba04.zip
Some changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 50d8bbd..235da20 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: clean, mrproper, Init.rfs, commit
+.PHONY: clean, mrproper, Init.rfs, floppy, commit
Projects = Kernel Library Tools/MakeRamFS Applications/Shell Applications/PaperWork Applications/Demos
@@ -70,7 +70,7 @@ floppy: $(Files)
bochs:
bochs -f Bochs.cfg
-qemu:
+qemu: floppy
qemu -fda $(Floppy) -m 16
qemu_debug: