]> Creatis software - demoSorina.git/blob - Makefile
exit 0
[demoSorina.git] / Makefile
1 hello: hello.o
2         gcc -o hello hello.o
3
4 hello.o: hello.c
5         gcc -c hello.c