diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ make: gcc -Wall nmount.c -o nmount - gcc -static nmount.c -o nmount_static
\ No newline at end of file + gcc -static nmount.c -o nmount_static + +clean: + rm nmount nmount_static
\ No newline at end of file |