update makefile with all headers as dependencies

This commit is contained in:
elvis
2022-04-09 00:37:56 +02:00
parent a87fd9c6fd
commit 1045fa6eed
9 changed files with 36 additions and 22 deletions

View File

@ -1,9 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <assert.h>
#include <sys/select.h>
#include <pthread.h>
#include <conn.h>
#include <message.h>

View File

@ -2,6 +2,8 @@
#ifndef SERVERWORKER
#define SERVERWORKER
#include <pthread.h>
#include <apiFile.h>
#include <fileQueue.h>
#include <taglialegna.h>