7 lines
53 B
Makefile
7 lines
53 B
Makefile
CFLAGS=-Wall -g
|
|
|
|
all: ex1 ex3
|
|
|
|
clean:
|
|
rm -f ex1 ex3
|