Skip to content

Commit

Permalink
Retorno
Browse files Browse the repository at this point in the history
  • Loading branch information
trumae committed Aug 18, 2010
1 parent 4f10adc commit 6e5bc7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
all: gp.c machine.c fitmult.c fitexternal.c
gcc -O2 gp.c machine.c fitmult.c fitexternal.c -o gp
all: core

core: gp.c machine.c fitmult.c fitexternal.c
gcc -O2 gp.c machine.c fitmult.c fitexternal.c -o gp

clean:
rm -f gp *~ *.o
rm -f gp *~ *.o *.so
File renamed without changes.
File renamed without changes.

0 comments on commit 6e5bc7b

Please sign in to comment.