Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

65 bytes added, 20:08, 3 July 2012
Create your source files:
Follow the instructions above and create a Source File name Makefile and copy the next code:
<pre>put code all: mainmain: main.c $(CC) -c -o main main.c clean: rm -f main main.o</pre>  
=== Compile your program: ===
4,199
edits