summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-10-27 17:44:24 -0400
committerAndrew Cady <d@jerkface.net>2021-03-13 10:46:55 -0500
commit9bb5856b085d4fa4282038804350281ba31c2000 (patch)
treeb030b875342bbd4e0d74f59ad50032f05f165bf4
parent9fb3a5a8f2d3636468cbcfe5d2cbcf7e05026532 (diff)
default goal will be build-stamp
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 16d9662dd..be4a15711 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,8 @@ dh_runit_package_files = \
28 28
29committed_build_products = config.guess config.h.in config.sub configure 29committed_build_products = config.guess config.h.in config.sub configure
30 30
31.DEFAULT_GOAL = build-stamp
32
31gitignore: 33gitignore:
32 git checkout $(committed_build_products) 34 git checkout $(committed_build_products)
33 35