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:
@@ -15,8 +15,8 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../vm/inst.h"
|
||||
#include "../vm/runtime.h"
|
||||
#include <vm/inst.h>
|
||||
#include <vm/runtime.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user