Replace meson with a very small shell script.

This commit is contained in:
David Given
2019-07-03 22:18:34 +02:00
parent 41b99b7f9d
commit 032df676c1
53 changed files with 527 additions and 391 deletions

View File

@@ -3,7 +3,7 @@
#include <stdlib.h>
#include "globals.h"
#include "fluxmap.h"
#include "kryoflux.h"
#include "fluxsource/kryoflux.h"
static Bytes operator + (const Bytes& left, const Bytes& right)
{