diff --git a/pl0/Makefile b/pl0/Makefile new file mode 100644 index 0000000..2a685ab --- /dev/null +++ b/pl0/Makefile @@ -0,0 +1,2 @@ +pl0: pl0.cc ../peglib.h + clang++ -std=c++14 -g -O0 pl0.cc `llvm-config --cxxflags --ldflags --system-libs --libs` -I.. -o pl0