change dimension src location

This commit is contained in:
2023-11-29 22:58:11 +01:00
parent 3f600d115d
commit be32565a57
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ CFLAGS=-I$(INCLUDE_TOOLDIR) -I$(INCLUDE_PERMDIR) -I./src
DIMSRC=src/dimension_t.c
DIMSRC=src/dimension_t/dimension_t.c
DIMSRC_O=$(DIMSRC:.c=.o)
PERMSRC_O=$(PERMDIR)/src/permutation_t/permutation_t.o