## -*- mode: Makefile; -*-

# Debug
#PKG_FFLAGS = -Wall -pedantic -fbounds-check
#PKG_CPPFLAGS = -Wall -pedantic -I./htdp
#PKG_LIBS = $(FLIBS)

# Release
PKG_CPPFLAGS = -I./htdp
PKG_LIBS = $(FLIBS)
