Removed junk

This commit is contained in:
Bruce Hill 2019-06-04 21:14:17 -07:00
parent 2db997c9e0
commit 05705300de

View File

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