'test/isequal.c' doesn't change. Don't rebuild it for each test subdirectory.
This commit is contained in:
parent
47bceb0eab
commit
b0497f40b2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue