Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
Centrix14 committed Jan 4, 2020
1 parent ceb1f63 commit 8b40102
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
saol:
gcc -o saol saol.c unitok/unitok.c arr_lib.c
gcc -o -O1 saol saol.c unitok/unitok.c arr_lib.c
isi:
gcc -o isi isi.c unitok/unitok.c arr_lib.c
gcc -o -O1 isi isi.c unitok/unitok.c arr_lib.c
ssp:
gcc -o ssp ssp.c unitok/unitok.c
gcc -o -O1 ssp ssp.c unitok/unitok.c
addl:
gcc -o addl addl.c
gcc -o -O1 addl addl.c
crun:
gcc -o crun crun.c
gcc -o -O1 crun crun.c

0 comments on commit 8b40102

Please sign in to comment.