Skip to content

Add Makefile to explain how to do this #1

@gaffo

Description

@gaffo

Could you make a makefile like:

all:
    go tool yacc -p Calc -o simple/calc.go simple/calc.y
    go fmt 
    go build simple

test:
    go test

clean:
    rm -rf simple/calc.go

Which will give an example of how to actually do this?

Also could you structure the project in the proper sturcture?

Othewise, THANKS!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions