mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +00:00
6 lines
117 B
Bash
6 lines
117 B
Bash
#!/bin/sh
|
|
|
|
flex --nounistd -o cue_scanner.c cue_scanner.l
|
|
bison --defines=cue_parser.h -o cue_parser.c cue_parser.y
|
|
|