Tasks till trace03 and added todo.org

This commit is contained in:
TuDatTr
2021-02-02 19:16:33 +01:00
parent cf88f9601d
commit 1540d090d7
3 changed files with 283 additions and 210 deletions

View File

@@ -7,7 +7,8 @@ TSH = ./tsh
TSHREF = ./tshref
TSHARGS = "-p"
CC = gcc
CFLAGS = -Wall -O2
# CFLAGS = -Wall -O2
CFLAGS = -Wall -O0 -g3
FILES = $(TSH) ./myspin ./mysplit ./mystop ./myint
all: $(FILES)