all repos — vite @ 1c86a5361dbf3d809d45e0d0066e59a0d65f9070

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