aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordianshi <dianshi@main.lv>2020-06-22 21:50:17 +0100
committerdianshi <dianshi@main.lv>2020-06-22 21:50:17 +0100
commitf2b53c4cb1316bfd11068b4df1c6f25aa1133e53 (patch)
tree202f545529a3696e3bed208afc65fab0ca58c7c0 /Makefile
parent5f9e33ad5596bb4fc0814e59b9044bce8051c801 (diff)
downloadnmount-f2b53c4cb1316bfd11068b4df1c6f25aa1133e53.tar.gz
nmount-f2b53c4cb1316bfd11068b4df1c6f25aa1133e53.zip
First version that can mount some actual fs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 217284f..5f8c38a 100644
--- a/Makefile
+++ b/Makefile
@@ -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