Some updates.
This commit is contained in:
parent
a0b3856c69
commit
c019a5a884
57 changed files with 2026 additions and 0 deletions
9
2015/2015_03/ada/nauka/cond_structures2/Makefile
Normal file
9
2015/2015_03/ada/nauka/cond_structures2/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: hello
|
||||
|
||||
hello: hello.adb
|
||||
gnatmake hello.adb
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
clean:
|
||||
rm -f *.ali *.o hello
|
Loading…
Add table
Add a link
Reference in a new issue