J'essaye de tout faire fonctionner
This commit is contained in:
14
CoreWar/Makefile
Normal file
14
CoreWar/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
corewar : Instruc.o core.o
|
||||
gcc -o corewar.out main.c Instruc.o core.o
|
||||
./corewar.out
|
||||
|
||||
Instruc.o : Instruc.c Instruc.h
|
||||
gcc -c Instruc.c
|
||||
|
||||
core.o : core.c core.h
|
||||
gcc -c core.c
|
||||
|
||||
clean :
|
||||
rm -f *.o
|
||||
rm -f redcode/*.mars
|
||||
rm -f corewar.out
|
Reference in New Issue
Block a user