9 lines
115 B
Diff
9 lines
115 B
Diff
|
diff --git a/Makefile b/Makefile
|
||
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -1,1 +1,4 @@
|
||
|
all: hello
|
||
|
+
|
||
|
+clean:
|
||
|
+ rm -f hello
|