blob: d9a0d03e8e20357be7ec425c1599fd18bfa8dc4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2011-05-11 00:58:23 UTC
+++ Makefile
@@ -68,7 +68,7 @@ TARBALL_CONTENTS = \
wrapper.sh \
README
-default $(ALL) run cstyle lint tattle: $(BINS)
+all $(ALL) run cstyle lint tattle: $(BINS)
@cp bench.sh bench
@cp multiview.sh multiview
@cp wrapper.sh wrapper
|