diff options
author | Camil Staps | 2015-08-24 09:51:41 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-24 09:52:04 +0200 |
commit | a8336fcff852757232e037ef08f387fb17538196 (patch) | |
tree | 02839eafbda655c7cab5f82c691524c1213d56c5 /Makefile | |
parent | Tut 6.8; Hello world using Notice (diff) |
Bitmaps & clipping mode in drawingframe -- StdFile doesn't play nice with debugging symbols, so -tst removed from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ OBJECTIOCDIR=$(OBJECTIOLINUX)/Linux_C_12 CLM=clm CLM_LIBS=$$(for l in $$(pkg-config --libs gtk+-2.0); do echo -n "-l $$l "; done)-l -lpthread CLM_INC=-I $(OBJECTIO) -I $(OBJECTIOLINUX) -I $(CLEANLIB)/StdLib -CLM_OPTS=-tst +CLM_OPTS= APP_OPTS=-h 512M |