Makefile 324 Bytes
Newer Older
Ken Thompson's avatar
Ken Thompson committed
1 2 3 4
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

5
include ../../Make.inc
Ken Thompson's avatar
Ken Thompson committed
6 7 8 9 10

TARG=goyacc
GOFILES=\
	goyacc.go\

11
include ../../Make.cmd
Ken Thompson's avatar
Ken Thompson committed
12

Russ Cox's avatar
Russ Cox committed
13
units: goyacc units.y
14
	./goyacc -p units_ units.y
Russ Cox's avatar
Russ Cox committed
15 16 17
	$(GC) y.go
	$(LD) -o units y.$O