application/Makefile

branch
newapi
changeset 178
7c3ff86ee9d4
parent 174
0358f1d9c506
child 277
5099a34747c4
--- a/application/Makefile	Sun Apr 16 10:20:21 2023 +0200
+++ b/application/Makefile	Tue May 23 11:11:28 2023 +0200
@@ -26,7 +26,7 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 
-BUILD_ROOT = ../
+BUILD_ROOT = ..
 include ../config.mk
 
 CFLAGS += -I../ui/ -I../ucx
@@ -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) -o $@ -c $<
+	$(CC) ../ucx $(CFLAGS) $(TK_CFLAGS) -o $@ -c $<
 

mercurial