diff options
| author | Clément Sibille <claymeuns@protonmail.com> | 2021-10-10 21:00:46 +0200 |
|---|---|---|
| committer | Clément Sibille <claymeuns@protonmail.com> | 2021-10-10 21:00:46 +0200 |
| commit | e07849e8be4318d6fe39542e3c44555b6a242f14 (patch) | |
| tree | e48856854fe5c85623489dbfc4b6ac90241d0ad2 /Makefile | |
| parent | 73338c2d453e7a5928fa7f392e1bc2392dbba3cd (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ all: target/kernel.o -clean_run: | clean run +.PHONY: clean run + +clean_run: clean run run: target/kernel.o qemu-system-i386 -kernel $< -machine type=pc-i440fx-3.1 -serial mon:stdio |
