forked from M-Labs/artiq-zynq
add manifests target to PHONY
This commit is contained in:
parent
3f414278e2
commit
a28a819b18
|
@ -7,7 +7,7 @@ runtime: ../build/runtime.bin
|
||||||
|
|
||||||
satman: ../build/satman.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
|
manifests = libboard_artiq/Cargo.toml libc/Cargo.toml libdyld/Cargo.toml libio/Cargo.toml libksupport/Cargo.toml runtime/Cargo.toml satman/Cargo.toml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue