# ---------------------------- # Makefile Options # ---------------------------- NAME ?= BSOD DESCRIPTION ?= "The best app ever" COMPRESSED ?= NO ARCHIVED ?= NO CFLAGS ?= -Wall -Wextra -Oz CXXFLAGS ?= -Wall -Wextra -Oz # ---------------------------- # DEPS ?= src/sans.inc ifndef CEDEV $(error CEDEV environment path variable is not set) endif include $(CEDEV)/meta/makefile.mk # $(OBJDIR)/sans.src: $(SRCDIR)/sans.inc # $(SRCDIR)/sans.inc: $(SRCDIR)/sans_proportional.fnt # convfont -o carray -f src/sans_proportional.fnt src/sans.inc -x 11 -a 1 -b 1 -w normal -s sans-serif -l 15 -c 2