réplica de
https://github.com/Arnau478/quark.git
synced 2024-11-23 12:58:07 +01:00
10 líneas
139 B
Makefile
10 líneas
139 B
Makefile
|
include scripts/toolchain.mk
|
||
|
|
||
|
BUILD_DIR?=build/
|
||
|
|
||
|
quark: build-dir $(BUILD_DIR)/quark
|
||
|
|
||
|
.PHONY: build-dir
|
||
|
build-dir:
|
||
|
@mkdir -p $(BUILD_DIR)
|