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

'test/isequal.c' doesn't change. Don't rebuild it for each test subdirectory.

This commit is contained in:
Greg King 2020-11-17 13:40:36 -05:00
parent 47bceb0eab
commit b0497f40b2
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ WORKDIR = ..$S..$Stestwrk$Smisc
OPTIONS = g O Os Osi Osir Osr Oi Oir Or
ISEQUAL = $(WORKDIR)$Sisequal$(EXE)
ISEQUAL = ..$S..$Stestwrk$Sisequal$(EXE)
CC = gcc
CFLAGS = -O2

View File

@ -35,7 +35,7 @@ WORKDIR = ..$S..$Stestwrk$Sref
OPTIONS = g O Os Osi Osir Osr Oi Oir Or
ISEQUAL = $(WORKDIR)$Sisequal$(EXE)
ISEQUAL = ..$S..$Stestwrk$Sisequal$(EXE)
CC = gcc
CFLAGS = -O2 -Wall -W -Wextra -funsigned-char -fwrapv -fno-strict-overflow