switch to cmake

This commit is contained in:
2019-08-19 21:28:04 +02:00
parent e7ca9d9036
commit 823fcecc03
5 changed files with 95 additions and 8 deletions

View File

@@ -24,8 +24,6 @@
#include <string.h>
#include <stdio.h>
#include "config.h"
#ifndef HAVE_ARC4RANDOM_UNIFORM
#include <bsd/stdlib.h>
#endif

View File

@@ -1,6 +1,5 @@
%option bison-bridge
%option reentrant
%option outfile="../lib/dice_lexer.c"
%{
#define YYSTYPE DPSTYPE