From 8b401028ae4e7fc2499838ef108fed68ac19b572 Mon Sep 17 00:00:00 2001 From: Centrix14 Date: Sat, 4 Jan 2020 19:32:33 +0300 Subject: [PATCH] finish --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index fe22160..03c2e42 100644 --- a/Makefile +++ b/Makefile @@ -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