deleted pack.png, moved clean command to top level makefile

This commit is contained in:
=
2025-12-10 00:01:09 +00:00
parent bc95f03bec
commit 4184d2bc5f
8 changed files with 2 additions and 7 deletions

View File

@@ -2,7 +2,8 @@ DISTRELATIVE := ./dist
DIST := $(shell realpath $(DISTRELATIVE))
export DIST
build: src
build: clean src
clean:
rm -f dist/*