summaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/compiler/Makefile
blob: b837afb27a7e9756d3d467168913cbc2a507cf75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
##===- 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