aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-24 14:18:05 -0300
committerEuAndreh <eu@euandre.org>2023-03-24 14:18:05 -0300
commita8d4a5c0fa2d849cab97f828e73ef8a763078652 (patch)
treef41fcb552289906ad6ae0b951d2b32bfa883998b /Makefile
parentMakefile: Enable building targets directly which have sentinel aliases (diff)
downloadpackage-repository-a8d4a5c0fa2d849cab97f828e73ef8a763078652.tar.gz
package-repository-a8d4a5c0fa2d849cab97f828e73ef8a763078652.tar.xz
Makefile: Remove "all" as a dependency to "check"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d8e956..e25e168 100644
--- a/Makefile
+++ b/Makefile
@@ -136,4 +136,4 @@ check-debian-x86_64-deb:
check-debian: check-debian-x86_64-deb
-check: all check-ubuntu check-debian
+check: check-ubuntu check-debian