Streamline build system

This commit is contained in:
Jan Eitzinger
2021-03-24 08:43:44 +01:00
parent 4b481bb407
commit d026028439
7 changed files with 29 additions and 28 deletions

View File

@@ -23,9 +23,6 @@
#ifndef __PARAMETER_H_
#define __PARAMETER_H_
#ifndef PRECISION
#define PRECISION 2
#endif
#if PRECISION == 1
#define MD_FLOAT float
#else