Skip to content

Commit

Permalink
alias
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinDFuller committed Dec 18, 2023
1 parent ea2ff16 commit a2c04e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export COLOR_BLUE='\e[0;34m'
export GAE_DEPLOYMENT_ID=localhost/$(shell date --iso=seconds)
export PORT=9000

ifeq ($(go1.21.5),)
go1.21.5 := go
endif

.PHONY: validate
validate:
@echo ${COLOR_GRAY}Validating files.${COLOR_NC};
Expand Down

0 comments on commit a2c04e0

Please sign in to comment.