1
0
mirror of https://github.com/yhirose/cpp-peglib.git synced 2025-04-07 10:52:08 +00:00

Remove example app not existing in source code

This commit is contained in:
hvellyr 2016-05-29 23:13:02 +02:00
parent 80f822ac59
commit af2b04c733

View File

@ -10,6 +10,3 @@ target_link_libraries(calc2 pthread)
add_executable(calc3 calc3.cc)
target_link_libraries(calc3 pthread)
add_executable(calc_readme calc_readme.cc)
target_link_libraries(calc_readme pthread)