From: Jordan Date: Tue, 1 Nov 2016 18:07:48 +0000 (-0700) Subject: adding Makefile X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fwebcc.git;a=commitdiff_plain;h=d1ef6c9a1fbfaa524d2d286b72308aeec7f3cd12 adding Makefile --- 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))