From 6ea4748158232eddd6680aabfeb06ab9bdc68bd5 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 31 Dec 2023 22:45:50 +0000 Subject: [PATCH] never tested it --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 9434eef..f2c3cb1 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,4 @@ #!/bin/sh -OPTION=-O2 -Wall -Wextra -Wpedantic -s -cc $OPTION -o ascii ascii.c && ./ascii > table -cc $OPTION -DRAW -o ascii ascii.c && ./ascii > raw +cc -o ascii ascii.c && ./ascii > table +cc -DRAW -o ascii ascii.c && ./ascii > raw rm -f ascii