Makefile now tracks headers

This commit is contained in:
2022-01-31 23:04:59 +00:00
parent a45862c454
commit 549753d0c2
5 changed files with 60 additions and 72 deletions

View File

@@ -7,7 +7,7 @@
#include <stdio.h>
#include <GL/glew.h>
#define logLevel 0
#define logLevel 4
void mYughLog(int category, int priority, const char *message,
int line, const char *file, ...)