Set up plain Makefile

This commit is contained in:
polyfloyd 2025-05-18 10:59:56 +02:00
parent f2ad3c991c
commit f9813946df
7 changed files with 44 additions and 119 deletions

View file

@ -1 +0,0 @@
#include "../build/config.h"

View file

@ -20,7 +20,6 @@
#include <sys/time.h>
#include <assert.h>
#include "condition.h"
#include "config.h"
CCondition::CCondition()
{

View file

@ -20,7 +20,6 @@
#define TIMEUTILS
#include "inclstdint.h"
#include "config.h"
#include <time.h>
#include <sys/time.h>