Created a basic set of tools for making my sites.
This commit is contained in:
parent
3ab3103e84
commit
01fcb964be
6 changed files with 356 additions and 52 deletions
2
Makefile
2
Makefile
|
@ -4,6 +4,8 @@ ifeq '$(OS)' 'Windows_NT'
|
|||
GO_IS_STUPID_EXE=.exe
|
||||
endif
|
||||
|
||||
all: tailwind site
|
||||
echo "yay!"
|
||||
|
||||
build: build_bot
|
||||
go build .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue