make:
	gcc -Wall nmount.c -o nmount
	gcc -static nmount.c -o nmount_static

clean:
	rm nmount nmount_static