Ver Fonte

looks like hlc_main.c is not needed

Andy Li há 8 anos atrás
pai
commit
dd3f60d712
1 ficheiros alterados com 1 adições e 1 exclusões
  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)