mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-25 04:39:48 +00:00
Add a 'make uninstall' target
This commit is contained in:
parent
5d8d4a674b
commit
1f30a41abe
3
Makefile
3
Makefile
@ -56,6 +56,9 @@ busybox.links: applets/busybox.mkll
|
||||
install: applets/install.sh busybox busybox.links
|
||||
$(SHELL) $< $(PREFIX)
|
||||
|
||||
uninstall: busybox busybox.links
|
||||
for i in `cat busybox.links` ; do rm -f $$PREFIX$$i; done
|
||||
|
||||
install-hardlinks: applets/install.sh busybox busybox.links
|
||||
$(SHELL) $< $(PREFIX) --hardlinks
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user