Skip to content

Commit

Permalink
Make it work for people not named nickm
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Feb 20, 2009
1 parent 3eda0d7 commit bc4197b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples_01/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ examples: $(EXAMPLE_BINARIES)
$(CC) $(CFLAGS) 01_rot13_server_select.o -o 01_rot13_server_select

01_rot13_server_libevent: 01_rot13_server_libevent.o
$(CC) $(CFLAGS) /Users/nickm/le/lib/libevent_core.a 01_rot13_server_libevent.o -o 01_rot13_server_libevent
$(CC) $(CFLAGS) 01_rot13_server_libevent.o -o 01_rot13_server_libevent -levent_core

01_rot13_server_bufferevent: 01_rot13_server_bufferevent.o
$(CC) $(CFLAGS) /Users/nickm/le/lib/libevent_core.a 01_rot13_server_bufferevent.o -o 01_rot13_server_bufferevent
Expand All @@ -35,4 +35,4 @@ clean:
rm -f *~
rm -f *.o
rm -f $(EXAMPLE_BINARIES)
rm -f $(GENERATED_HTML)
rm -f $(GENERATED_HTML)

0 comments on commit bc4197b

Please sign in to comment.