Skip to content

Commit

Permalink
Upgrade ab.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Sep 8, 2024
1 parent 9965d37 commit d9ea745
Show file tree
Hide file tree
Showing 32 changed files with 682 additions and 640 deletions.
5 changes: 2 additions & 3 deletions build/ab.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ build-files = $(shell find . -name 'build.py') $(wildcard build/*.py) $(wildcard
$(OBJ)/build.mk: Makefile $(build-files)
@echo "AB"
@mkdir -p $(OBJ)
$(hide) $(PYTHON) -X pycache_prefix=$(OBJ) build/ab.py $(patsubst %,-t %,$(TARGETS)) -o $@ \
build.py || rm -f $@

$(hide) $(PYTHON) -X pycache_prefix=$(OBJ) build/ab.py -o $@ build.py \
|| rm -f $@
Loading

0 comments on commit d9ea745

Please sign in to comment.