diff options
author | kaa <kaa@disroot.org> | 2023-11-19 11:32:23 -0800 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-11-19 11:32:23 -0800 |
commit | 3df21ef899aafd2461570687ef3b9b1c9f9a555e (patch) | |
tree | 91659e8964062709853460ad9ee80dbd1099edc9 /makefile | |
parent | c11b26e1f75b643997787b76f5181731058a28f9 (diff) |
Dump Canvas account directory structure. Start of directory parsing.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,5 +8,8 @@ all: $(OUT) .c: $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< + strip $@ clean: rm $(OUT) +dist: clean + rm -rf dump/* |