diff options
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | README.rst | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -13,5 +13,9 @@ cyber-objs := src/cyber_device.o \ all: make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules +install: + make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules_install + depmod -a + clean: make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean @@ -55,7 +55,7 @@ CYBER-enable your system today: 4. Load the module through **Systematic Unity Dissolution Orchestration** combined with **Instant Naturalistic System MODification** (SUDO INSMOD):: - $ sudo insmod cyber.ko + $ sudo -E make install 5. **PROFIT!** (through unlimited CYBER) |
