Skip to content

Commit

Permalink
fix(build): make makefile work with /bin/sh
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-kashitsyn committed May 22, 2024
1 parent a16676b commit 5d01ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ render: build

.PHONY: build
build:
pushd blogware; go build; popd
cd blogware; go build; cd ..

0 comments on commit 5d01ed6

Please sign in to comment.