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