diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-03-30 01:23:26 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-03-30 01:23:26 +0100 |
commit | 7faa7890ec6e899158962506ad17b75bb92ebb16 (patch) | |
tree | 03d552ba6bcb75ff0bb92d0fe084bb0bb08a226c /example/Makefile | |
parent | d04b07d33eefb6410550b6b98a6f1dbf61e4d3dd (diff) | |
download | termgl-7faa7890ec6e899158962506ad17b75bb92ebb16.tar.gz |
Rename + Version change
Signed-off-by: Jonas Gunz <himself@jonasgunz.de>
Diffstat (limited to 'example/Makefile')
-rw-r--r-- | example/Makefile | 2 |
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 |