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/*

View File

@@ -6,12 +6,6 @@ $(SUBDIRS):
@echo "packaging $@"
@cd $@; zip -rq "$(DIST)/$@.zip" *
#clean:
# @for d in $(SUBDIRS) ; do \
# echo "removing $$d.zip" ; \
# rm -f "$(DIST)/$$d.zip" ; \
# done
test: build
.PHONY: all $(SUBDIRS) clean test

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB