Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
4f3506b4
Commit
4f3506b4
authored
Dec 19, 2008
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update for source code changes.
R=gri DELTA=15 (13 added, 1 deleted, 1 changed) OCL=21632 CL=21639
parent
a91a0a6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
usr/gri/pretty/Makefile.iant
usr/gri/pretty/Makefile.iant
+14
-2
No files found.
usr/gri/pretty/Makefile.iant
View file @
4f3506b4
...
...
@@ -10,12 +10,17 @@ LDFLAGS = -Wl,-R,/home/iant/go/lib
PRETTY_OBJS
=
\
ast.o
\
pretty.o
\
compilation.o
\
globals.o
\
object.o
\
parser.o
\
platform.o
\
pretty.o
\
printer.o
\
scanner.o
\
type.o
\
typechecker.o
\
universe.o
\
utils.o
pretty
:
$(PRETTY_OBJS)
...
...
@@ -33,7 +38,7 @@ clean:
pretty.o
:
platform.o printer.o compilation.o
compilation.o
:
platform.o scanner.o parser.o ast.o
compilation.o
:
platform.o scanner.o parser.o ast.o
typechecker.o
ast.o
:
scanner.o
...
...
@@ -45,6 +50,13 @@ platform.o: utils.o
printer.o
:
scanner.o ast.o
typechecker.o
:
ast.o universe.o globals.o type.o
universe.o
:
globals.o object.o type.o
object.o
:
globals.o
type.o
:
globals.o object.o
.SUFFIXES
:
.SUFFIXES
:
.go .o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment