Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
updated Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 19, 2024
1 parent 1effe28 commit 800de6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ build-script:
"$$(awk '/^FROM /{print $$2; exit}' Dockerfile)" \
sh -c 'export PATH="$$PATH:$$path"; ./build.sh; if type bash >/dev/null 2>&1; then exec bash; else exec sh; fi'

.PHONY: build-debug
build-debug:
export DEBUG=1 && \
$(MAKE) build-script

.PHONY: browse
browse:
@source $(BASH_TOOLS)/.bash.d/network.sh; browser "https://github.com/HariSekhon/Dockerfiles"
Expand Down

0 comments on commit 800de6a

Please sign in to comment.