summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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