Files
seer/tests/helloadaexceptions/Makefile
T

11 lines
282 B
Makefile
Raw Normal View History

2023-04-02 10:45:53 -05:00
.PHONY: all
all: helloadaexceptions
helloadaexceptions: helloadaexceptions.adb
/usr/bin/gnatmake-9 -g --GNATBIND=/usr/bin/gnatbind-9 --GNATLINK=/usr/bin/gnatlink-9 helloadaexceptions
.PHONY: clean
clean:
rm -f helloadaexceptions helloadaexceptions.o helloadaexceptions.ali b~*