Up through lcthw ex9

This commit is contained in:
2024-04-16 20:46:08 -04:00
parent 7e07054a70
commit 726566bb23
3 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
CFLAGS ?= -Wall -g
GDBRUN = gdb --batch --ex run --ex bt --ex q --args
BUILD_TARGETS = ex1 ex3 ex7 ex8
BUILD_TARGETS = ex1 ex3 ex7 ex8 ex9
.PHONY: all
all: build test