Fix 'make clean' not removing server executable

This commit is contained in:
Lucas Schumacher 2024-06-23 12:46:31 -04:00
parent e19ff49bc4
commit bfdabf4033

View File

@ -56,5 +56,6 @@ air: nextjs nil web
air server.go air server.go
clean: clean:
rm -r tmp rm -r tmp
rm server
.PHONY: all build clean cleanbuild nextjs vuejs svelte run air nil web .PHONY: all build clean cleanbuild nextjs vuejs svelte run air nil web