4 lines
28 B
Makefile
4 lines
28 B
Makefile
|
all: hello
|
||
|
clean:
|
||
|
rm hello
|