1# WILL NOT BE PUBLISHED
2# Desktop linux makefile
3CUSTOM_BUILD_TYPE := debug
4CUSTOM_PLATFORM   := x86
5
6STRIP=strip
7
8include Makefile.inc
9