فهرست منبع

Try to build the whole thing on Windows

rexim 4 سال پیش
والد
کامیت
5f7c2531e7
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      nobuild2.c

+ 2 - 4
nobuild2.c

@@ -44,10 +44,8 @@ void run_examples(void)
 
 int main(void)
 {
-    INFO("test");
-    build_tool("rot13.c");
-    // build_tools();
-    // run_examples();
+    build_tools();
+    run_examples();
 
     return 0;
 }