Berry failed port attempt leftovers :(
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
This commit is contained in:
16
make/libmath.mk
Normal file
16
make/libmath.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
all_libmath:
|
||||
make -C libmath platform=$(platform) all
|
||||
|
||||
all_compiledb_libmath:
|
||||
bear --output libmath/compile_commands.json -- make -C libmath platform=$(platform) all
|
||||
|
||||
clean_libmath:
|
||||
make -C libmath platform=$(platform) clean
|
||||
|
||||
format_libmath:
|
||||
make -C libmath platform=$(platform) format
|
||||
|
||||
docs_libmath:
|
||||
make -C libmath platform=$(platform) docs
|
||||
|
||||
.PHONY: all_libmath clean_libmath format_libmath docs_libmath all_compiledb_libmath
|
||||
Reference in New Issue
Block a user