File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
all :
2
- @echo " No default target. Please specify a target."
2
+ @echo " No target specified. Available targets:"
3
+ @echo " caddy: Build Caddy with the Shoreline plugin."
4
+ @echo " ui: Build the UI."
5
+ @echo " clean: Clean up build artifacts."
3
6
4
7
caddy : caddy-shoreline/go.mod caddy-shoreline/shorelinelogger.go
5
8
@echo " Building Caddy..."
@@ -11,12 +14,13 @@ ui/.next/build-manifest.json:
11
14
@cd ui && npm install && npm run build
12
15
@echo " UI build complete."
13
16
14
- ui : ui/.next/build-manifest.json ui/package.json ui/package-lock.json ui/next.config.js
17
+ ui : ui/.next/build-manifest.json
15
18
@echo " Built..."
16
19
17
-
18
20
clean :
19
21
@echo " Cleaning up..."
20
22
@rm -rf ui/.next
21
23
@rm -rf caddy
22
24
@echo " Clean complete."
25
+
26
+ .PHONY : all ui clean help
You can’t perform that action at this time.
0 commit comments