Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pquerna committed Mar 16, 2012
1 parent 81bd720 commit c9c6311
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ BUILDTYPE ?= Debug

all: out/Makefile
$(MAKE) -C out V=1 BUILDTYPE=$(BUILDTYPE) -j4
-ln -fs out/Debug/monitoring-agent monitoring-agent
-ln -fs out/Debug/monitoring.zip monitoring.zip
-ln -fs out/Debug/monitoring-test.zip monitoring-test.zip
-ln -fs out/$(BUILDTYPE)/spedye spedye

out/Release/monitoring-agent: all

Expand Down

0 comments on commit c9c6311

Please sign in to comment.