mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-11-13 22:55:29 +00:00
Added Makefile for PL/0.
This commit is contained in:
parent
3e9d8c506a
commit
acb986f525
2
pl0/Makefile
Normal file
2
pl0/Makefile
Normal file
@ -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…
Reference in New Issue
Block a user