]> Creatis software - demoSorina.git/blob - Makefile
Added a second argument for the file name
[demoSorina.git] / Makefile
1 hello: hello.o
2         gcc -o hello hello.o
3
4 hello.o: hello.c
5         gcc -c hello.c