all repos — vite @ 55ee643427df6d011b2ed05ccc892301034ba437

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