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

10 lines
95 B
Makefile
Raw Normal View History

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