From f2b53c4cb1316bfd11068b4df1c6f25aa1133e53 Mon Sep 17 00:00:00 2001 From: dianshi Date: Mon, 22 Jun 2020 21:50:17 +0100 Subject: First version that can mount some actual fs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3