aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-07 03:50:05 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-07 03:50:05 +0100
commite3cd17d1a10fd12bb38badddc951ba45424d683f (patch)
tree080808eacbd2c61b1f3d10f27c650ae24d4e3129 /Makefile
parent957cbcd55312665b02df2296fae4a6f6bb515707 (diff)
downloadtermgl-e3cd17d1a10fd12bb38badddc951ba45424d683f.tar.gz
Update to travis build test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4a44197..0977092 100644
--- a/Makefile
+++ b/Makefile
@@ -67,9 +67,6 @@ gentest: build $(TESTSOURCE).o
mkdir -p $(BUILDDIR)/test
$(CC) $(DEBUGFLAGS) -o $(BUILDDIR)/test/test $(TESTSOURCE).o $(OBJ) $(LDFLAGS)
-test: gentest
- ./$(BUILDDIR)/test/test test
-
doc:
mkdir -p doc
doxygen .doxygen