From 5da93af7a58d2c1f66ae1ead34f7348be41ddc62 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 27 Oct 2020 17:44:24 -0400 Subject: default goal will be build-stamp --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 16d9662dd..be4a15711 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,8 @@ dh_runit_package_files = \ committed_build_products = config.guess config.h.in config.sub configure +.DEFAULT_GOAL = build-stamp + gitignore: git checkout $(committed_build_products) -- cgit v1.2.3