aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8e66a93..7beca36 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,6 @@ config.h:
$(NAME): $(NAME).c bterm.h config.h
$(CC) $(NAME).c $(LIBS) $(CFLAGS) $(G) -o $(NAME)
-
-test: $(NAME)
- ./$(NAME) test.xml
install: $(NAME)
@prefix="$(PREFIX)"; \