all repos — vite @ bce0b549b8c10271ee7df30d6d7c78af2675cf6c

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