From 4e4976b8c35e1a4f113962fec5f9bd797d3799e1 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 16 Jan 2020 18:57:28 +0100 Subject: mark qemu-loader and run-on-pi as PHONY targets --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/Makefile b/build/Makefile index 75cfd6e..53f8c98 100644 --- a/build/Makefile +++ b/build/Makefile @@ -103,4 +103,4 @@ run-on-rpi : kernel.img pipe_image clean : -rm -f *.img *.elf *.o pipe_image makefs -.PHONY: all qemu-elf qemu-bin clean +.PHONY: all qemu-elf qemu-bin qemu-loader run-on-rpi clean -- cgit v1.2.3