Commit eeb98224 authored by Ian Lance Taylor's avatar Ian Lance Taylor

misc/swig: remove old broken Makefile

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7786046
parent f701e1c3
# Copyright 2011 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.
include ../../../src/Make.inc
TARG=swig/file
SWIGFILES=\
file.swig
CLEANFILES+=hello
include ../../../src/Make.pkg
%: install %.go
$(GC) $(GCFLAGS) $(GCIMPORTS) $*.go
$(LD) $(SWIG_RPATH) -o $@ $*.$O
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment