From d1ef6c9a1fbfaa524d2d286b72308aeec7f3cd12 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 1 Nov 2016 11:07:48 -0700 Subject: [PATCH] adding Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0e4090..a8aefba 100644 --- 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)) -- 2.18.0