Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Slightly tweak makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsf committed Aug 15, 2010
1 parent 831fd43 commit 9ebe4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ rpc.go: server.go goremote/goremote
./goremote/goremote server.go > rpc.go

goremote/goremote: goremote/goremote.go
cd goremote && make
make -C goremote

_go_.$(O): configfile.a

configfile.a: goconfig/configfile.go
cd goconfig && make
make -C goconfig
cp goconfig/_obj/configfile.a .

0 comments on commit 9ebe4c2

Please sign in to comment.