gba-x3dtest
diff Makefile.sdl @ 16:02cf4011f566
foo
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 25 Jun 2014 18:18:05 +0300 |
parents | b0ed38f13261 |
children | 0a7f402892b3 |
line diff
1.1 --- a/Makefile.sdl Wed Jun 25 17:02:48 2014 +0300 1.2 +++ b/Makefile.sdl Wed Jun 25 18:18:05 2014 +0300 1.3 @@ -2,7 +2,7 @@ 1.4 src = $(filter-out src/main.c,$(wildcard src/*.c)) $(wildcard src/sdlsys/*.c) 1.5 obj = $(src:.c=.x86.o) 1.6 dep = $(obj:.o=.d) 1.7 -bin = trycatch 1.8 +bin = x3dtest 1.9 1.10 warn = -Wall -Wno-unused-function 1.11