diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ force: $(OBJECTS): busybox.def.h internal.h Makefile install: busybox - install.sh $(PREFIX) + ./install.sh $(PREFIX) whichversion: @echo $(VERSION) |