From a28a819b1887d16fbbb740835bb26ef96961b15c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 9 Oct 2023 18:29:53 +0800 Subject: [PATCH] add manifests target to PHONY --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 41c9333..3f84d24 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ runtime: ../build/runtime.bin satman: ../build/satman.bin -.PHONY: all +.PHONY: all manifests manifests = libboard_artiq/Cargo.toml libc/Cargo.toml libdyld/Cargo.toml libio/Cargo.toml libksupport/Cargo.toml runtime/Cargo.toml satman/Cargo.toml