Skip to content

Commit

Permalink
fix: remove trailing whitespace from Makefile (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 22, 2024
1 parent f568092 commit 8652904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Makefile.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP := {{ .Config.Name }}
OSS := {{ stencil.Arg "oss" }}
_ := $(shell ./scripts/devbase.sh)
_ := $(shell ./scripts/devbase.sh)

include .bootstrap/root/Makefile

Expand Down

0 comments on commit 8652904

Please sign in to comment.