X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/4d3741def9757921d9736711c67c588931a322a1..af8e873ae38b72a56a89485c62bb5ccd22a9f8a7:/lunaix-os/makefile diff --git a/lunaix-os/makefile b/lunaix-os/makefile index b997ccc..879304b 100644 --- a/lunaix-os/makefile +++ b/lunaix-os/makefile @@ -48,7 +48,7 @@ all-debug: clean $(BUILD_DIR)/$(OS_ISO) clean: @rm -rf $(BUILD_DIR) || exit 1 - @sleep 2 + @sleep 1 run: $(BUILD_DIR)/$(OS_ISO) @qemu-system-i386 -cdrom $(BUILD_DIR)/$(OS_ISO) $(QEMU_OPTIONS)