aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 3ebdd49a577b2bc8bea63fd58ac6693050aa3105 (plain) (tree)
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