Much cleanup to better match lesson text
This commit is contained in:
10
lcthw/Makefile
Normal file
10
lcthw/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CFLAGS ?= -Wall -g
|
||||
|
||||
all: ex1 ex3
|
||||
|
||||
clean:
|
||||
rm -f ex1 ex3
|
||||
|
||||
test:
|
||||
./ex1
|
||||
./ex3
|
Reference in New Issue
Block a user