projects
/
42
/
gnl_tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d9f5326
)
Reorder test_files to produce correct mix file
master
author
Lukas Jiriste
<ljiriste@student.42prague.com>
Fri, 27 Oct 2023 10:02:40 +0000
(12:02 +0200)
committer
Lukas Jiriste
<ljiriste@student.42prague.com>
Fri, 27 Oct 2023 10:02:40 +0000
(12:02 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9142d4dd41023a82326ad2f1fc8dfdc89cb4727a..ac48685b2142b8d8627d3d7b00fed7396c0c6665 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-17,7
+17,7
@@
OBJS := $(SRCS:%.c=$(OBJDIR)%.o)
GNLOBJS := $(GNLSRCS:%.c=$(OBJDIR)%.o)
GNLBONUSOBJS = $(GNLBONUS:%.c=$(OBJDIR)%.o)
GNLOBJS := $(GNLSRCS:%.c=$(OBJDIR)%.o)
GNLBONUSOBJS = $(GNLBONUS:%.c=$(OBJDIR)%.o)
-TESTFILES := $(
shell find $(TESTDIR) -type f -not -path "*/.*" | sort) $(TESTDIR).stdin
+TESTFILES := $(
TESTDIR).stdin $(shell find $(TESTDIR) -type f -not -path "*/.*" | sort)
CORFILES := $(TESTFILES:$(TESTDIR)%=$(CORDIR)%)
NAME = tester
CORFILES := $(TESTFILES:$(TESTDIR)%=$(CORDIR)%)
NAME = tester