From 3f414278e2ed6d997f53cf34e333e929179de713 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 9 Oct 2023 18:28:20 +0800 Subject: [PATCH] cleanup --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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