Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(196)

Unified Diff: doc/codelab/wiki/Makefile

Issue 4030044: code review 4030044: doc/codelab/wiki: fixes (Closed)
Patch Set: code review 4030044: doc/codelab/wiki: fixes Created 14 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | doc/codelab/wiki/get.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/codelab/wiki/Makefile
===================================================================
--- a/doc/codelab/wiki/Makefile
+++ b/doc/codelab/wiki/Makefile
@@ -19,6 +19,7 @@
%.bin: %.$O
$(LD) -o $@ $<
-%.$O:
+
+%.$O: %.go
$(GC) $*.go
« no previous file with comments | « no previous file | doc/codelab/wiki/get.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b