aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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