diff options
author | Leah Neukirchen <leah@vuxu.org> | 2023-10-13 16:51:56 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-10-13 16:51:56 +0200 |
commit | ae9b6838c96a6194b30452fa6f4b9c0043b68ec2 (patch) | |
tree | 5a62db04bea4e2005feb537eadbcaefb586e3c99 /Makefile | |
parent | 084f5b70a41049da9d3a1d60e3c527ee4e4ba75c (diff) | |
download | mico-ae9b6838c96a6194b30452fa6f4b9c0043b68ec2.tar.gz mico-ae9b6838c96a6194b30452fa6f4b9c0043b68ec2.tar.xz mico-ae9b6838c96a6194b30452fa6f4b9c0043b68ec2.zip |
add mico-dump
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |