Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 7e928df

Browse files
committed
fixed typo in Makefile
1 parent 74ddda4 commit 7e928df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include .env
22
export $(shell sed 's/=.*//' .env)
33

44
build:
5-
@rm -rf staticbaceknd && go build
5+
@rm -rf staticbackend && go build
66

77
start: build
88
@./staticbackend -host localhost

0 commit comments

Comments
 (0)