view regexParser/main.cc @ 290:7f320313f44e

clean up test in Makefile
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2016 10:51:56 +0900
parents 6640b0d5bf13
children
line wrap: on
line source

#include "CeriumGrep.h"

int main(int argc, char **argv)
{
    grep(argc,argv,false);
    return 0;
}