7 lines
97 B
Makefile
7 lines
97 B
Makefile
|
|
.PHONY: build_config
|
|
build_config:
|
|
../hw/scripts/gen_config.py --outv none --outc ./config.h
|
|
|
|
|