From a9d8b8915e5d9f9d2bb30ac94a882795d2a2d517 Mon Sep 17 00:00:00 2001 From: dianshi Date: Sat, 27 Jun 2020 11:47:52 +0100 Subject: Add support for non source fs --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f8c38a..3ebdd49 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3