Codebase list golang-github-pointlander-peg / da418aa2-0bc0-4bda-9d6a-1493fba526ff/main Makefile
da418aa2-0bc0-4bda-9d6a-1493fba526ff/main

Tree @da418aa2-0bc0-4bda-9d6a-1493fba526ff/main (Download .tar.gz)

Makefile @da418aa2-0bc0-4bda-9d6a-1493fba526ff/mainraw · history · blame

# Copyright 2010 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.

peg: bootstrap.peg.go peg.go main.go
	go build

bootstrap.peg.go: bootstrap/main.go peg.go
	cd bootstrap; go build
	bootstrap/bootstrap

clean:
	rm -f bootstrap/bootstrap peg peg.peg.go