1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00

Fixed a typo

git-svn-id: svn://svn.cc65.org/cc65/trunk@3419 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-03-25 22:43:28 +00:00
parent 25dd95438f
commit 98e9934b89

View File

@ -17,7 +17,7 @@ WINE = wine
AR = $(WINE) WLIB
CC = $(WINE) WCC386
LD = $(WINE) WLINK
WSTRIP = $(WINE) WSTRIP -o
WSTRIP = $(WINE) WSTRIP -q
LNKCFG = ld.tmp