add manifests target to PHONY

pull/268/head
Sebastien Bourdeauducq 2023-10-09 18:29:53 +08:00
parent 3f414278e2
commit a28a819b18
1 changed files with 1 additions and 1 deletions

View File

@ -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