aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f8c38a..3ebdd49 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
make:
gcc -Wall nmount.c -o nmount
- gcc -static nmount.c -o nmount_static \ No newline at end of file
+ gcc -static nmount.c -o nmount_static
+
+clean:
+ rm nmount nmount_static \ No newline at end of file