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