From 68db007eb8bce1e2086dd00ceb5e1fe8d9c3ec74 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 13 Mar 2021 21:53:42 -0500 Subject: make cleaner --- rootfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootfs') diff --git a/rootfs/Makefile b/rootfs/Makefile index 3b2e234..09dba42 100644 --- a/rootfs/Makefile +++ b/rootfs/Makefile @@ -16,7 +16,7 @@ patchfs ?= samizdat.patch.btrfs all: $(rootfs) $(patchfs) $(gold) clean: - rm -f $(rootfs) $(patchfs) $(gold) + rm -f $(patsubst %.seed.btrfs,%.btrfs,$(rootfs)) $(rootfs) $(patchfs) $(gold) rootfs: $(rootfs) patchfs: $(patchfs) -- cgit v1.2.3