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