diff --git a/src/Makefile b/src/Makefile index f167a6a..41c9333 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ runtime: ../build/runtime.bin satman: ../build/satman.bin -.PHONY: all runtime_target satman_target +.PHONY: all manifests = libboard_artiq/Cargo.toml libc/Cargo.toml libdyld/Cargo.toml libio/Cargo.toml libksupport/Cargo.toml runtime/Cargo.toml satman/Cargo.toml