aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-06-04 21:14:17 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-06-04 21:14:17 -0700
commit05705300de357111dc52e5a3041181636ce971c1 (patch)
tree4f137b0a08d03e62d3fe3fbcc8d66483ddc965e0 /Makefile
parent2db997c9e07f7b1f0e12165a47962b538a197854 (diff)
Removed junk
Diffstat (limited to 'Makefile')
-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)"; \