Added Makefile for PL/0.

pull/38/head
yhirose 7 years ago
parent 3e9d8c506a
commit acb986f525
  1. 2
      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
Loading…
Cancel
Save