diff options
-rw-r--r-- | src/tests/qemu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index 98546f1..e1ffb0c 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -65,6 +65,7 @@ CPPFLAGS := -I$(BUILD_PATH)/include MUSL_CC := $(BUILD_PATH)/musl-gcc +build: $(KERNEL_BZIMAGE) qemu: $(KERNEL_BZIMAGE) rm -f $(BUILD_PATH)/result qemu-system-$(ARCH) \ @@ -234,3 +235,5 @@ clean: distclean: clean rm -rf $(DISTFILES_PATH) + +.PHONY: qemu build |