mirror of
https://bitbucket.org/Mattrixwv/my-classes.git
synced 2025-12-06 18:23:57 -05:00
Fixed second linux compile bug
This commit is contained in:
2
makefile
2
makefile
@@ -2,7 +2,7 @@ NUMCORES = $(shell grep -c "^processor" /proc/cpuinfo)
|
||||
NUMCORESWIN = ${NUMBER_OF_PROCESSORS}
|
||||
TESTFLAGS = -O2 -std=c++20 -Wall -fcoroutines
|
||||
LINKEDLIBS = -lgmp -lgmpxx
|
||||
INCLUDE_DIR = ../../headers
|
||||
INCLUDE_DIR = ./headers
|
||||
TESTDIR = ./test/mee
|
||||
BINDIR = ./bin
|
||||
LOGDIR = ./logs
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <cinttypes>
|
||||
#include "Dice.hpp"
|
||||
#include "mee/Dice.hpp"
|
||||
|
||||
const uint64_t LENGTH_OF_TEST = 100; //How many times the dice will get rolled * the number of sides
|
||||
|
||||
|
||||
Reference in New Issue
Block a user