Skip to content

Commit

Permalink
Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
evan committed Mar 17, 2012
1 parent 3921555 commit 89d51fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -12,6 +12,6 @@ hplay: u.o hplay.o
$(CC) $(CFLAGS) $(LDFLAGS) -levent -o $@ $^ $(CC) $(CFLAGS) $(LDFLAGS) -levent -o $@ $^


clean: clean:
rm -f hstress hserver hplay *.o rm -f hstress hserve hplay *.o


.PHONY: all clean .PHONY: all clean

0 comments on commit 89d51fe

Please sign in to comment.