Skip to content

Commit

Permalink
fix: Makefile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Nov 24, 2024
1 parent 893f384 commit 473aba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ watch-templ:
.PHONY: ci-scaffold
ci-scaffold:
@mkdir -p cmd/server/deps
@echo "hello world" > cmd/server/public/hello.txt
@echo "hello world" > cmd/server/deps/hello.txt
@mkdir -p cmd/server/public
@echo "hello world" > cmd/server/public/hello.txt

0 comments on commit 473aba8

Please sign in to comment.