mirror of
https://github.com/wader/fq.git
synced 2024-11-28 03:02:55 +03:00
elf: fix all-platforms naming typo
This commit is contained in:
parent
c8ec5d2541
commit
0cf486dcf1
2
format/elf/testdata/Makefile
vendored
2
format/elf/testdata/Makefile
vendored
@ -2,7 +2,7 @@ TARGETS=libbbb.o libbbb.so libbbb.a a.o a_dynamic a_stripped a_static
|
|||||||
|
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
||||||
all-plaforms:
|
all-platforms:
|
||||||
make build PLATFORM=linux/amd64 DIR=linux_amd64
|
make build PLATFORM=linux/amd64 DIR=linux_amd64
|
||||||
make build PLATFORM=linux/arm64 DIR=linux_arm64
|
make build PLATFORM=linux/arm64 DIR=linux_arm64
|
||||||
make build PLATFORM=linux/386 DIR=linux_386
|
make build PLATFORM=linux/386 DIR=linux_386
|
||||||
|
Loading…
Reference in New Issue
Block a user