1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Added missing -O configuration.

This commit is contained in:
greg-king5 2017-06-07 10:20:20 -04:00 committed by GitHub
parent b8f30ba0de
commit a397a8c1a1

View File

@ -31,7 +31,7 @@ SIM65 := $(if $(wildcard ../../bin/sim65*),..$S..$Sbin$Ssim65,sim65)
WORKDIR = ../../testwrk/val
OPTIONS = g O Os Osi Osir Oi Oir Or
OPTIONS = g O Os Osi Osir Osr Oi Oir Or
.PHONY: all clean