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/SPOJ/Makefile
Normal file
9
2015/2015_03/ada/nauka/SPOJ/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: bajtek
|
||||
|
||||
bajtek: bajtek.adb
|
||||
gnatmake $<
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
clean:
|
||||
rm -f *.o *.ali bajtek
|
Loading…
Add table
Add a link
Reference in a new issue