Commit 5dba11c5 authored by Boris Mühmer's avatar Boris Mühmer
Browse files

added top level package to generate binaries

parent c623297d
Loading
Loading
Loading
Loading

monkey.go

0 → 100644
+4 −0
Original line number Diff line number Diff line
package monkey

//go:generate go build -o bin/interpreter cmd/interpreter/main.go
//go:generate go build -o bin/compiler    cmd/compiler/main.go