summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-17 14:41:51 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-17 14:41:51 +0200
commita4f4dc01ac7d4b5817355c4ea2b8687dba693e0d (patch)
treeaf8f9b7bfc64459fd929951aa3d43052f585a9eb /Makefile
parent240c0df192ab421f6e73503b6e4eec4125f8891f (diff)
Makefile: Rename test-interactive to test-x11
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a785c92..13d2bc0 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all:
test: all
@PACKAGE=${PACKAGE} VERSION=${VERSION} prove test
-test-interactive: all
+test-x11: all
@test/run-interactive
install: install-man install-doc install-bin install-font install-img
@@ -55,5 +55,5 @@ uninstall:
clean:
@${MAKE} -C src clean
-.PHONY: all test install uninstall clean install-man install-doc install-bin \
- install-font install-img
+.PHONY: all test test-x11 install uninstall clean install-man install-doc \
+ install-bin install-font install-img