Skip to content

Commit

Permalink
Add server command to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Delavalom authored Oct 3, 2023
1 parent 29bbc05 commit 44cb260
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ sqlc:
test:
go test -v -cover -short ./...

.PHONY: migrateup migratedown sqlc test
server:
go run main.go

.PHONY: postgres createdb dropdb migrateup migratedown sqlc test server

0 comments on commit 44cb260

Please sign in to comment.