diff --git a/Makefile b/Makefile index 064e137..32208fb 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ keymash-objs = $(keymash-sources:.c=.o) keymash.ko: make -C "$(KERNEL_DIR)" M="$(PWD)" modules +install: + make -C "$(KERNEL_DIR)" M="$(PWD)" modules_install + clean: make -C "$(KERNEL_DIR)" M="$(PWD)" clean