Skip to content

Commit e5752f2

Browse files
committed
targets for different levels
1 parent 2211919 commit e5752f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ DEPENDENCIES = $(CROSS_OBJ:.o=.d) $(LOWER_OBJ:.o=.d) $(HIGHER_OBJ:.o=.d) $(AUX_O
110110

111111
# Targets
112112
all: exe tests
113-
exe: $(MAIN_AUX_EXE) $(MAIN_LOWER_EXE) $(MAIN_HIGHER_EXE)
113+
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)
114117
tests: $(TEST_EXE)
115118
dev: $(BINDIR)/force-stratified-sample # specific target for development
116119
#tests: test_utils-cl test_alloc-cl

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-10-24_13:09:57
1+
3.7.12-dev:::2024-10-24_13:15:47

0 commit comments

Comments
 (0)