# This file was automatically generated by Spank 0.8
# See http://nurd.se/~noname/spank/ for more information

SRCS= ./example.c
OBJS= /tmp/ex.tempfiles/.___example.c.o
CFLAGS= -Iinclude -DSPANK_COMPILER_GCC -DSPANK_ENV_UNIX  `export PKG_CONFIG_PATH=.:spank && pkg-config --cflags sdl SDL_picofont`
LDFLAGS= `export PKG_CONFIG_PATH=.:spank && pkg-config --libs sdl SDL_picofont`
COMPILER=gcc
TARGET=ex

all: ex

/tmp/ex.tempfiles/.___example.c.o: ./example.c
	@-mkdir -p /tmp/ex.tempfiles
	$(COMPILER) -c ./example.c -o /tmp/ex.tempfiles/.___example.c.o $(CFLAGS)

ex: $(OBJS)

	$(COMPILER) $(OBJS) $(LDFLAGS) -o $(TARGET)

clean:
	@-rm -f /tmp/ex.tempfiles/.___example.c.o
	@-rm -f $(TARGET)
