deleted pack.png, moved clean command to top level makefile
This commit is contained in:
3
Makefile
3
Makefile
@@ -2,7 +2,8 @@ DISTRELATIVE := ./dist
|
||||
DIST := $(shell realpath $(DISTRELATIVE))
|
||||
export DIST
|
||||
|
||||
build: src
|
||||
build: clean src
|
||||
|
||||
clean:
|
||||
rm -f dist/*
|
||||
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user