This website requires JavaScript.
Explore
Help
Sign In
tomasz
/
code-examples
Watch
1
Star
0
Fork
You've already forked code-examples
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c019a5a884
code-examples
/
2015
/
2015_03
/
ada
/
nauka
/
objects
/
Makefile
10 lines
95 B
Makefile
Raw
Blame
History
all
:
hello
hello
:
hello
.
adb
gnatmake hello.adb
.PHONY
:
clean
clean
:
rm -f *.ali *.o hello
Reference in New Issue
View Git Blame
Copy Permalink