We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5de005 commit c2dadc2Copy full SHA for c2dadc2
Makefile
@@ -4,13 +4,13 @@ GOCLEAN=$(GOCMD) clean
4
GOARCH=$(shell go env GOARCH)
5
GOOS=$(shell go env GOOS)
6
7
-BASE_PAH := $(shell pwd)
8
-BUILD_PATH = $(BASE_PAH)/build
9
-WEB_PATH=$(BASE_PAH)/frontend
10
-SERVER_PATH=$(BASE_PAH)/backend
11
-MAIN= $(BASE_PAH)/cmd/server/main.go
+BASE_PATH := $(shell pwd)
+BUILD_PATH = $(BASE_PATH)/build
+WEB_PATH=$(BASE_PATH)/frontend
+SERVER_PATH=$(BASE_PATH)/backend
+MAIN= $(BASE_PATH)/cmd/server/main.go
12
APP_NAME=1panel
13
-ASSERT_PATH= $(BASE_PAH)/cmd/server/web/assets
+ASSERT_PATH= $(BASE_PATH)/cmd/server/web/assets
14
15
clean_assets:
16
rm -rf $(ASSERT_PATH)
0 commit comments