code-examples/2015/2015_03/ada/nauka/2/Makefile

10 lines
95 B
Makefile

all: hello
hello: hello.adb
gnatmake hello.adb
.PHONY: clean
clean:
rm -f *.ali *.o hello