summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-07-25 15:10:00 -0400
committerChristopher Speller <crspeller@gmail.com>2017-07-25 12:10:00 -0700
commitb92d0b002438acedd13fc663042c39d1b6a14e3c (patch)
tree6d4975585e91dd7ad3db329e3d785237d88885e8 /Makefile
parentd49419776de0811732db59eae90c5c6da223f076 (diff)
downloadchat-b92d0b002438acedd13fc663042c39d1b6a14e3c.tar.gz
chat-b92d0b002438acedd13fc663042c39d1b6a14e3c.tar.bz2
chat-b92d0b002438acedd13fc663042c39d1b6a14e3c.zip
Changed default Makefile target (#6647)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9407e2ea0..ca44de85a 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ else
ALL_PACKAGES_COMMA=$(TE_PACKAGES_COMMA)
endif
-all: dist
+all: run
dist: | check-style test package