cosmopolitan/third_party/qemu/BUILD.mk

9 lines
334 B
Makefile
Raw Normal View History

2023-05-01 19:43:14 -07:00
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
2023-05-01 19:43:14 -07:00
o/third_party/qemu/qemu-aarch64: \
third_party/qemu/qemu-aarch64.gz
2023-05-01 19:43:14 -07:00
@$(MKDIR) $(@D)
@$(GZIP) $(ZFLAGS) -cd <$< >$@
2023-06-08 05:17:28 -07:00
@$(CHMOD) 0755 $@