Skip to content

Commit

Permalink
🔀 Merge pull request #13 from ykaridi/patch-1
Browse files Browse the repository at this point in the history
Update pybunch to new version
  • Loading branch information
yoavst authored May 11, 2024
2 parents 7aac144 + dfcb29a commit 5c019cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jeb_packed_%:
mkdir -p backends/jeb/packed && \
( (cat backends/jeb/$*.py | awk '/^#/ {print} !/^#/ {exit}') &&\
echo && echo &&\
python3 -m pybunch -r backends/jeb -e $* -so ) | cat > backends/jeb/packed/$*.py
python3 -m pybunch -d backends/jeb -e $* -so ) | cat > backends/jeb/packed/$*.py

JEB_SCRIPTS := $(shell grep -rlP '^#\?' backends/jeb | sed 's/.*\///;s/\.[^.]*$$//')

Expand Down Expand Up @@ -120,4 +120,4 @@ visio:

server:
@echo "Building the graffiti Server"
cp server/main.py out/graffiti_v$(VERSION)_server.py
cp server/main.py out/graffiti_v$(VERSION)_server.py

0 comments on commit 5c019cd

Please sign in to comment.