Make root directory an include path, set #include's properly
Easier to write includes now just using < with the module name, in comparison to using relative paths.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../lib/base.h"
|
||||
#include "./inst.h"
|
||||
|
||||
typedef enum
|
||||
|
||||
Reference in New Issue
Block a user