adding Makefile
authorJordan <jordanlavatai@gmail.com>
Tue, 1 Nov 2016 18:07:48 +0000 (11:07 -0700)
committerJordan <jordanlavatai@gmail.com>
Tue, 1 Nov 2016 18:07:48 +0000 (11:07 -0700)
Makefile

index d0e4090..a8aefba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ SLANGS      := y rl
 # Language-specific compilers and flags passed in from environment
 c_C         := $(strip $(notdir $(CC)))
 c_FLAGS     := $(strip $(CFLAGS)) -I$(SRC_DIR)
-c_LIBS      := SDL2 wolfssl
+c_LIBS      := SDL2 wolfssl unistring
 c_SRCL      := y
 cpp_C       := $(strip $(notdir $(CXX)))
 cpp_FLAGS   := $(strip $(CXXFLAGS)) $(c_FLAGS)
@@ -135,7 +135,7 @@ $(eval $(call SRC_LANG_DRVRULE,$(drvsrc),$(lang)))\
 ))
 
 # Create driver rules for each driver we found, let users call make specifying
-# the basename of the driver file, and just route to the correct linkrule we
+# the basename of the driver file, and just route to the correct e we
 # made in the last paragraph
 DRV_FNAMES := $(notdir $(DRV_SRC))
 .PHONY: all $(basename $(DRV_NAMES))