Browse Source

Fix the build on the root nobuild executable

rexim 4 years ago
parent
commit
2081d4e752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nobuild.c

+ 1 - 1
nobuild.c

@@ -1,5 +1,5 @@
 #define NOBUILD_IMPLEMENTATION
-#include "./nobuild2.h"
+#include "./nobuild.h"
 
 #define CFLAGS "-Wall", "-Wextra", "-std=c99", "-pedantic"