all repos — vite @ 262d705c146993384e3c6dd00d62357b9bff15f6

a fast (this time, actually) and minimal static site generator

makefile (view raw)

1default:
2	go build -o vite
3
4install:
5	install -Dm755 vite $(DESTDIR)$(PREFIX)/bin/vite
6
7uninstall:
8	@rm -f $(DESTDIR)$(PREFIX)/bin/vite