mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-21 09:05:33 -07:00
10 lines
114 B
Makefile
10 lines
114 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
make -C bios_extract all
|
|
make -C deark all
|
|
|
|
%:
|
|
make -C bios_extract "$@"
|
|
make -C deark "$@"
|