mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-27 07:30:12 +00:00
added "install" target
This commit is contained in:
parent
45289042e6
commit
4bca966e18
@ -18,6 +18,10 @@ sheep_net.o: sheep_net.c
|
||||
dev:
|
||||
mknod /dev/sheep_net c 10 198
|
||||
|
||||
install: sheep_net.o
|
||||
install -d /lib/modules/`uname -r`/misc
|
||||
install -m 644 sheep_net.o /lib/modules/`uname -r`/misc
|
||||
|
||||
clean:
|
||||
-rm $(OBJS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user