Files
seer/tests/helloada/Makefile

11 lines
200 B
Makefile

.PHONY: all
all: helloada
helloada: helloada.adb
gnatmake --GCC=/usr/bin/gcc-7 -g -O0 helloada.adb
.PHONY: clean
clean:
rm -f helloada helloada.o helloada.ali b~* increment_by.ali increment_by.o