소스 검색

edited the makefile

aeth 1 개월 전
부모
커밋
fd0c9a5c9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -3,4 +3,4 @@
 
 
 build:
-	go build -o ./build/itashi ./itashi.go 
+	go build -o ./build/itashi ./cmd/itashi/main.go