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

10 lines
95 B
Makefile
Raw Normal View History

2025-03-09 11:58:55 +01:00
all: hello
hello: hello.adb
gnatmake hello.adb
.PHONY: clean
clean:
rm -f *.ali *.o hello