diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -41,6 +41,8 @@ Async.cc \ BString.cc \ Main.cc \ Printer.cc \ +BigInt.cc \ +BRegex.cc \ \ Handle.cc \ Input.cc \ @@ -63,13 +65,9 @@ HttpServer.cc \ SimpleMustache.cc \ \ BLua.cc \ -\ LuaHandle.cc \ -\ LuaTask.cc \ \ -BRegex.cc \ -\ lcrypt.c \ ifeq ($(SYSTEM),MINGW32) @@ -101,6 +99,7 @@ event.c \ TEST_SOURCES = \ test-Sanity.cc \ +test-BigInt.cc \ test-String.cc \ test-Tasks.cc \ test-Threads.cc \ |