We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2211919 commit e5752f2Copy full SHA for e5752f2
Makefile
@@ -110,7 +110,10 @@ DEPENDENCIES = $(CROSS_OBJ:.o=.d) $(LOWER_OBJ:.o=.d) $(HIGHER_OBJ:.o=.d) $(AUX_O
110
111
# Targets
112
all: exe tests
113
-exe: $(MAIN_AUX_EXE) $(MAIN_LOWER_EXE) $(MAIN_HIGHER_EXE)
+exe: aux_exe higher_exe lower_exe
114
+aux_exe: $(MAIN_AUX_EXE)
115
+higher_exe: $(MAIN_HIGHER_EXE)
116
+lower_exe: $(MAIN_LOWER_EXE)
117
tests: $(TEST_EXE)
118
dev: $(BINDIR)/force-stratified-sample # specific target for development
119
#tests: test_utils-cl test_alloc-cl
misc/force-version.txt
@@ -1 +1 @@
1
-3.7.12-dev:::2024-10-24_13:09:57
+3.7.12-dev:::2024-10-24_13:15:47
0 commit comments