fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / compilers / pct / Defines.mak
blob423ffa38a59483fdbb538c111c8618f118c653a7
1 PCT_LIB_PBCS = \
2 $(LIBRARY_DIR)/PCT.pbc \
3 $(LIBRARY_DIR)/PCT/PAST.pbc \
4 $(LIBRARY_DIR)/PCT/Grammar.pbc \
5 $(LIBRARY_DIR)/PCT/HLLCompiler.pbc \
6 $(LIBRARY_DIR)/PCT/Dumper.pbc
8 PCT_CLEANUPS = $(PCT_LIB_PBCS) \
9 compilers/pct/src/PCT/Node.pbc \
10 compilers/pct/src/PAST/Node.pbc \
11 compilers/pct/src/PAST/Compiler.pbc \
12 compilers/pct/src/POST/Node.pbc \
13 compilers/pct/src/POST/Compiler.pbc