pixtool/Makefile

9 lines
113 B
Makefile

.PHONY: build install
build:
meson setup build
meson compile -C build
install: build
meson install -C build