Files
seer/tests/helloada/Makefile
T
2023-03-18 10:56:43 -05:00

11 lines
168 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~*