File: Makefile

package info (click to toggle)
basic256 2.0.99.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,888 kB
  • sloc: cpp: 17,185; yacc: 4,025; lex: 1,466; java: 1,091; sh: 39; xml: 33; makefile: 20
file content (13 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile for LEX folder
# part of the BASIC256 project.

# revision History
# date.... programmer... description...
# ????????               original coding
# 20170612 j.m.reneau    added noline options to bison and flex for Rasberry Pi Build
# 20200405 j.m.reneau    added output of debugging file 

all: basicParse.l basicParse.y
	bison -d -v -l basicParse.y
	flex -L basicParse.l