diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/Stacker/lib/compiler/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile index b837afb..8e67fbe 100644 --- a/projects/Stacker/lib/compiler/Makefile +++ b/projects/Stacker/lib/compiler/Makefile @@ -2,6 +2,8 @@ LEVEL := ../.. LIBRARYNAME := stkr_compiler +EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \ + StackerParser.cpp.cvs StackerParser.h.cvs StackerParser.y.cvs include $(LEVEL)/Makefile.common |