Files
xdiff/Makefile
Maxim Reznik 7e36a32762 Add alire.toml and replace project files
with files generated by Alire to better compability with Alire
and to publish the project into Alire index.
2025-09-04 11:39:00 +03:00

12 lines
164 B
Makefile

DESTDIR ?= install
all:
gprbuild -p -P xdiff.gpr
clean:
gprclean -P xdiff.gpr
rm -rf generated
install:
gprinstall -f -r -p -P xdiff.gpr --prefix=$(DESTDIR)