9 lines
145 B
Makefile
9 lines
145 B
Makefile
REPO_ROOT=../../
|
|
|
|
default:
|
|
cd $(REPO_ROOT) && \
|
|
Scripts/sds_codegen/sds_codegen.sh
|
|
|
|
clean:
|
|
find $(REPO_ROOT) -name \*.sdsjson -exec rm {} \;
|