gba-x3dtest
diff Makefile @ 18:f907b2c50a8b
added fps bar
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 26 Jun 2014 21:48:09 +0300 |
parents | 0a7f402892b3 |
children | 62390f9cc93e |
line diff
1.1 --- a/Makefile Thu Jun 26 06:57:51 2014 +0300 1.2 +++ b/Makefile Thu Jun 26 21:48:09 2014 +0300 1.3 @@ -21,7 +21,7 @@ 1.4 1.5 CFLAGS = $(opt) $(dbg) -pedantic -Wall -I. -I../gbasys/src 1.6 LDFLAGS = ../gbasys/libgbasys.a -lm 1.7 -EMUFLAGS = -T 100 -f 1 1.8 +EMUFLAGS = -T 100 -f 1 --agb-print 1.9 1.10 .PHONY: all 1.11 all: $(bin) $(bin_mb)