LCTHW ex3
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
CFLAGS=-Wall -g
|
||||
CFLAGS ?= -Wall -g
|
||||
|
||||
all: ex1
|
||||
|
||||
clean:
|
||||
rm -f ex1
|
||||
|
||||
test:
|
||||
./ex1
|
||||
|
Reference in New Issue
Block a user