Skip to content

Commit

Permalink
build directory instead of one file
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed Apr 26, 2023
1 parent 6c0bdb7 commit d1c55e3
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 @@ -16,7 +16,7 @@ all:
$(MAKE) app

app:
go build -o ${FILENAME} ./main.go
go build -o ${FILENAME}

web:
cd web && npm run build
Expand Down

0 comments on commit d1c55e3

Please sign in to comment.