summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile
index c8eed4c..a06aa1d 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -4,7 +4,7 @@ LIBDIR = ../build/lib
INCDIR = ../build/inc
%: %.cpp
- $(CC) -I$(INCDIR) -L$(LIBDIR) $(CFLAGS) -lengine $< -o $@.out
+ $(CC) -I$(INCDIR) -L$(LIBDIR) $(CFLAGS) -ltermgl $< -o $@.out
LD_LIBRARY_PATH=$(LIBDIR) ./$@.out
.PHONY: clean