Much cleanup to better match lesson text

This commit is contained in:
2024-04-15 15:28:45 -04:00
parent a135c338ea
commit c8ac7ac727
7 changed files with 4 additions and 16 deletions

10
lcthw/Makefile Normal file
View File

@@ -0,0 +1,10 @@
CFLAGS ?= -Wall -g
all: ex1 ex3
clean:
rm -f ex1 ex3
test:
./ex1
./ex3