diff Makefile @ 468:7577bfee48bb

Merge changeset a6c9129e5948 from lwasm5 development branch
author William Astle <lost@l-w.ca>
date Thu, 01 Mar 2018 21:31:50 -0700
parents a6c9129e5948
children ad0efd5835c3
line wrap: on
line diff
--- a/Makefile	Wed Feb 28 23:35:12 2018 -0700
+++ b/Makefile	Thu Mar 01 21:31:50 2018 -0700
@@ -27,7 +27,7 @@
 RANLIB := $(BUILDTPREFIX)$(RANLIB)
 endif
 
-CPPFLAGS += -I lwlib
+CPPFLAGS += -I lwlib -Icommon
 LDFLAGS += -Llwlib -llw
 
 CFLAGS ?= -O3 -Wall -Wno-char-subscripts