Skip to content

Commit

Permalink
grumble grumble. switching workstations
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Feb 9, 2012
1 parent 09ad8df commit 9e32c1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.build
Expand Up @@ -24,8 +24,8 @@ zmqexec.c: include/zmq.h include/zmq_utils.h
zmqexec: zmqexec.o | libzmq.a libuuid.a
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)

#%.o: %.c
#$(CC) $(CFLAGS) -c $< -o $@
%.o: %.c
$(CC) $(CFLAGS) -c $< -o $@

$(ZMQTAR):
wget $(ZMQURL) || curl -o $@ $(ZMQURL)
Expand All @@ -35,7 +35,7 @@ $(ZMQDIR)/: | $(ZMQTAR)

$(ZMQDIR)/src/.libs/libzmq.a: | $(ZMQDIR)/
(cd $(ZMQDIR); ./configure)
$(MAKE) -C $(ZMQDIR)
$(MAKE) -j2 -C $(ZMQDIR)

include/:
mkdir $@
Expand Down

0 comments on commit 9e32c1c

Please sign in to comment.