浏览代码

looks like hlc_main.c is not needed

Andy Li 8 年之前
父节点
当前提交
dd3f60d712
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -32,7 +32,7 @@ SSL = libs/ssl/ssl.o
 
 LIB = ${PCRE} ${RUNTIME} ${STD}
 
-BOOT = src/hlc_main.o src/_main.o
+BOOT = src/_main.o
 
 UNAME := $(shell uname)