Fix a typo in the makefile.

This commit is contained in:
Barra Ó Catháin 2023-04-13 02:26:12 +01:00
parent c032aa7dad
commit f1673754bf
1 changed files with 1 additions and 1 deletions

View File

@ -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