CE interactive shell
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m36s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m36s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
exe := $(foreach d,$(apps),$(wildcard $(d)/$(d)))
|
||||
extra := init.cmd
|
||||
extra := LICENSE.txt
|
||||
|
||||
all_dist: mop3dist.tar
|
||||
|
||||
|
||||
16
make/libaux.mk
Normal file
16
make/libaux.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
all_libaux:
|
||||
make -C libaux platform=$(platform) all
|
||||
|
||||
all_compiledb_libaux:
|
||||
bear --output libaux/compile_commands.json -- make -C libaux platform=$(platform) all
|
||||
|
||||
clean_libaux:
|
||||
make -C libaux platform=$(platform) clean
|
||||
|
||||
format_libaux:
|
||||
make -C libaux platform=$(platform) format
|
||||
|
||||
docs_libaux:
|
||||
make -C libaux platform=$(platform) docs
|
||||
|
||||
.PHONY: all_libaux clean_libaux format_libaux docs_libaux all_compiledb_libaux
|
||||
Reference in New Issue
Block a user