all: gdc -O1 -g3 -fdata-sections -Xlinker --gc-sections *.d TTF/*.d Framebuffer/*.d # faster: #gdc -O1 -fdata-sections -Xlinker --gc-sections a.d #strip a.out release: gdc -frelease -O3 -fdata-sections -Xlinker --gc-sections a.d TTF/*.d Framebuffer/*.d strip a.out deploy: all scp a.out kobo: