diff options
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 |