application/Makefile

changeset 157
0b33b9396851
parent 156
62f1a55535e7
child 174
0358f1d9c506
--- a/application/Makefile	Mon Feb 04 14:46:11 2019 +0100
+++ b/application/Makefile	Mon Feb 04 17:49:50 2019 +0100
@@ -29,7 +29,7 @@
 BUILD_ROOT = ../
 include ../config.mk
 
-CFLAGS += -I../ui/
+CFLAGS += -I../ui/ -I../ucx
 
 SRC = main.c
 
@@ -41,5 +41,5 @@
 	$(LD) -o ../build/bin/mk12$(APP_EXT) $(OBJ) -L$(BUILD_ROOT)/build/lib -luitk -lucx $(LDFLAGS) $(TK_LDFLAGS)
 
 ../build/application/%.$(OBJ_EXT): %.c
-	$(CC) $(CFLAGS) $(TK_CFLAGS) -I../ -o $@ -c $<
+	$(CC) $(CFLAGS) $(TK_CFLAGS) -o $@ -c $<
 

mercurial