summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2023-11-19 11:32:23 -0800
committerkaa <kaa@disroot.org>2023-11-19 11:32:23 -0800
commit3df21ef899aafd2461570687ef3b9b1c9f9a555e (patch)
tree91659e8964062709853460ad9ee80dbd1099edc9 /makefile
parentc11b26e1f75b643997787b76f5181731058a28f9 (diff)
Dump Canvas account directory structure. Start of directory parsing.
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 15425c0..e8e40e8 100644
--- a/makefile
+++ b/makefile
@@ -8,5 +8,8 @@ all: $(OUT)
.c:
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<
+ strip $@
clean:
rm $(OUT)
+dist: clean
+ rm -rf dump/*