summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2014-12-02 08:11:53 +0100
committerDave Davenport <qball@gmpclient.org>2014-12-02 08:11:53 +0100
commit59ee49a557f04e25fb99be80310c94c9a5684951 (patch)
tree6d9f08056382e778a4e49a8703bcc109fc35d067 /Makefile.am
parentd393a5ff2e9197187d8d8252b4916b8ecd8c0b87 (diff)
[TextBox] fix alignment issue with cursor.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index cf200646..066242ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,9 +86,6 @@ indent: ${rofi_SOURCES}
update-manpage: ${top_srcdir}/doc/rofi-manpage.markdown
md2man-roff $^ > ${top_srcdir}/doc/rofi.1
-.PHONY: test
-test: rofi
- make -C test/ test
##
# Rofi test program
##