Skip to content
Snippets Groups Projects
Commit 4e126ae0 authored by Shunta Takushima's avatar Shunta Takushima
Browse files

Upload New File

parent 569ea313
No related branches found
No related tags found
No related merge requests found
all:
cd apps && make
test:
cd apps && make test
depend:
cd apps && make depend
doc:
tree cppNum apps > tree.out
doxygen
clean:
cd apps && make clean
rm -fr html tree.out
.PHONY: all test depend doc clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment