doc/articles/wiki: remove GNU make dependency

R=golang-dev, adg, minux.ma
CC=golang-dev
https://golang.org/cl/38410043
This commit is contained in:
Aram Hăvărneanu 2013-12-15 17:51:03 -05:00 committed by Shenghou Ma
parent 1dabd71666
commit 22a7b3442e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
all: index.html
CLEANFILES:=get.bin final-test.bin a.out
CLEANFILES=get.bin final-test.bin a.out
clean:
rm -f $(CLEANFILES)