diff options
author | mattkae <mattkae@protonmail.com> | 2022-05-07 12:17:36 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-05-07 12:17:36 -0400 |
commit | 0b8596a5ebec39f797fe8a14eed1bda3c2e3a93d (patch) | |
tree | ea248ce7d55046d578f5ad371f4083405a4f7892 /themes/Makefile | |
parent | 1c051dffdb27ff6ebaa96802b021e99e49afb861 (diff) |
Working bunny render
Diffstat (limited to 'themes/Makefile')
-rw-r--r-- | themes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/Makefile b/themes/Makefile index dce422e..8bdc04e 100644 --- a/themes/Makefile +++ b/themes/Makefile @@ -14,4 +14,4 @@ build: @mkdir -p dist clean: - rm -rf dist
\ No newline at end of file + rm -rf dist && rm *.o
\ No newline at end of file |