diff options
author | dianshi <dianshi@main.lv> | 2020-06-22 21:50:17 +0100 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2020-06-22 21:50:17 +0100 |
commit | f2b53c4cb1316bfd11068b4df1c6f25aa1133e53 (patch) | |
tree | 202f545529a3696e3bed208afc65fab0ca58c7c0 /Makefile | |
parent | 5f9e33ad5596bb4fc0814e59b9044bce8051c801 (diff) | |
download | nmount-f2b53c4cb1316bfd11068b4df1c6f25aa1133e53.tar.gz nmount-f2b53c4cb1316bfd11068b4df1c6f25aa1133e53.zip |
First version that can mount some actual fs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ make: - gcc nmount.c -o nmount
\ No newline at end of file + gcc -Wall nmount.c -o nmount + gcc -static nmount.c -o nmount_static
\ No newline at end of file |