diff options
author | dianshi <dianshi@main.lv> | 2020-06-27 11:47:52 +0100 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2020-06-27 11:47:52 +0100 |
commit | a9d8b8915e5d9f9d2bb30ac94a882795d2a2d517 (patch) | |
tree | b54f87bac53ee080a9e728ce03e1dcd820eff766 /Makefile | |
parent | f2b53c4cb1316bfd11068b4df1c6f25aa1133e53 (diff) | |
download | nmount-a9d8b8915e5d9f9d2bb30ac94a882795d2a2d517.tar.gz nmount-a9d8b8915e5d9f9d2bb30ac94a882795d2a2d517.zip |
Add support for non source fs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |