We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a9531 commit 9196ea8Copy full SHA for 9196ea8
BusyBox/Makefile
@@ -0,0 +1,11 @@
1
+# Makefile for busybox binary in WslInstall repository
2
+
3
+DIR = busybox-1.30.1
4
+FILE = busybox-1.30.1.tar.bz2
5
+LINK = https://busybox.net/downloads/$(FILE)
6
7
+bin:
8
+ wget $(LINK)
9
+ tar -xf $(FILE)
10
+ cp .config $(DIR)
11
+ cd $(DIR); $(MAKE)
0 commit comments