mirror of
https://github.com/AdaCore/xdiff.git
synced 2026-02-12 13:52:53 -08:00
with files generated by Alire to better compability with Alire and to publish the project into Alire index.
12 lines
164 B
Makefile
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)
|