Fix a typo in the makefile.
This commit is contained in:
parent
c032aa7dad
commit
f1673754bf
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ SilverMUDClientDebug: $(clientobj)
|
||||||
cc -pg $^ $(LDFLAGS) -o $@
|
cc -pg $^ $(LDFLAGS) -o $@
|
||||||
|
|
||||||
SilverMUDServerDebug: $(serverobj)
|
SilverMUDServerDebug: $(serverobj)
|
||||||
cc -pg $^ $(LDFLAGS) -o @$
|
cc -pg $^ $(LDFLAGS) -o $@
|
||||||
|
|
||||||
# Start from a clean slate:
|
# Start from a clean slate:
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Reference in New Issue