diff options
Diffstat (limited to 'io-module/Makefile')
-rw-r--r-- | io-module/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/Makefile b/io-module/Makefile index c82afc5..5d036f4 100644 --- a/io-module/Makefile +++ b/io-module/Makefile @@ -1,5 +1,5 @@ obj-m := mts_io.o clean: - rm -f *.ko + rm -f *.ko *.o |