pixtool/Makefile

9 lines
113 B
Makefile
Raw Normal View History

2023-12-26 15:30:10 +00:00
.PHONY: build install
build:
meson setup build
meson compile -C build
install: build
meson install -C build