switch to cmake
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef HAVE_ARC4RANDOM_UNIFORM
|
||||
#include <bsd/stdlib.h>
|
||||
#endif
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
%option bison-bridge
|
||||
%option reentrant
|
||||
%option outfile="../lib/dice_lexer.c"
|
||||
|
||||
%{
|
||||
#define YYSTYPE DPSTYPE
|
||||
|
||||
Reference in New Issue
Block a user