[go: up one dir, main page]

Menu

[925ebb]: / mct / makefile_base.tpl  Maximize  Restore  History

Download this file

11 lines (7 with data), 122 Bytes

1
2
3
4
5
6
7
8
9
GCC_FLAGS=-O3 --std=c++11
examples:
make -C ../Examples/
clean:
make clean -C ../Examples/
rm -f app_*
rm -f *.o