Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 3af68fe

Browse files
committed
changed the naming conventions; everything is lowercase now
1 parent 2ac919a commit 3af68fe

File tree

3 files changed

+191
-194
lines changed

3 files changed

+191
-194
lines changed

Diff for: Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ mattest:
1313
# copying the header-only library
1414
cp -r lib/matrix/*.h $(TESTDIR)/matrices/
1515
$(CC) -mavx2 $(TESTDIR)/matrices/$@.c -o $(BUILDDIR)$^/$@
16-
# cleaning the directories
1716
rm -r $(TESTDIR)/matrices/*.h
1817

1918
gausstest: matrix modules/linalg/gaussjordan.h
2019
cp -r lib/matrix/*.h $(MODULETEST)linalg/
2120
cp -r modules/linalg/gaussjordan.h $(MODULETEST)linalg/
2221
mkdir -p $(BUILDDIR)linalg/
2322
$(CC) $(MODULETEST)linalg/$@.c -o $(BUILDDIR)linalg/$@
24-
# cleaning the directories
2523
rm -r $(MODULETEST)linalg/*.h
2624

2725
cleanbuild:

0 commit comments

Comments
 (0)