cosmopolitan/third_party/qemu/BUILD.mk

9 lines
334 B
Makefile
Raw Normal View History

2023-05-02 02:43:14 +00: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-02 02:43:14 +00:00
o/third_party/qemu/qemu-aarch64: \
third_party/qemu/qemu-aarch64.gz
2023-05-02 02:43:14 +00:00
@$(MKDIR) $(@D)
@$(GZIP) $(ZFLAGS) -cd <$< >$@
2023-06-08 12:17:28 +00:00
@$(CHMOD) 0755 $@