1 2 3 4 5 6
make: gcc -Wall nmount.c -o nmount gcc -static nmount.c -o nmount_static clean: rm nmount nmount_static