Add ex3 to Makefile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CFLAGS=-Wall -g
|
||||
|
||||
all: ex1
|
||||
all: ex1 ex3
|
||||
|
||||
clean:
|
||||
rm -f ex1
|
||||
rm -f ex1 ex3
|
||||
|
Reference in New Issue
Block a user