Skip to content

Commit

Permalink
Merge pull request #26 from GenerateNU/hotpatch/makefile
Browse files Browse the repository at this point in the history
Fixed Makefile naming
  • Loading branch information
CamPlume1 authored Sep 25, 2024
2 parents 48844cb + 1368f2a commit e3f1dde
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 @@ -62,7 +62,7 @@ backend-run:

# Build backend
.PHONY: backend-build
backend-run:
backend-build:
cd backend && go build -o bin/nightlife cmd/server/main.go

# convert the backend link to an ngrok link
Expand Down

0 comments on commit e3f1dde

Please sign in to comment.