blob: b837afb27a7e9756d3d467168913cbc2a507cf75 [file] [log] [blame]
##===- projects/Stacker/lib/compiler/Makefile --------------*- Makefile -*-===##
LEVEL := ../..
LIBRARYNAME := stkr_compiler
include $(LEVEL)/Makefile.common
ifdef PARSE_DEBUG
INCLUDES += -DPARSE_DEBUG
endif
$(ObjDir)/Lexer.o : $(PROJ_SRC_DIR)/StackerParser.h