From ae9b6838c96a6194b30452fa6f4b9c0043b68ec2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 13 Oct 2023 16:51:56 +0200 Subject: add mico-dump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c07d17..e80b676 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings LDLIBS=-lzip -all: mico-store +all: mico-store mico-dump clean: FRC rm -f mico-store -- cgit 1.4.1