aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordianshi <dianshi@main.lv>2020-06-27 11:47:52 +0100
committerdianshi <dianshi@main.lv>2020-06-27 11:47:52 +0100
commita9d8b8915e5d9f9d2bb30ac94a882795d2a2d517 (patch)
treeb54f87bac53ee080a9e728ce03e1dcd820eff766 /Makefile
parentf2b53c4cb1316bfd11068b4df1c6f25aa1133e53 (diff)
downloadnmount-a9d8b8915e5d9f9d2bb30ac94a882795d2a2d517.tar.gz
nmount-a9d8b8915e5d9f9d2bb30ac94a882795d2a2d517.zip
Add support for non source fs
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