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)"; \