diff options
author | EuAndreh <eu@euandre.org> | 2023-03-24 14:18:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-24 14:18:05 -0300 |
commit | a8d4a5c0fa2d849cab97f828e73ef8a763078652 (patch) | |
tree | f41fcb552289906ad6ae0b951d2b32bfa883998b /Makefile | |
parent | Makefile: Enable building targets directly which have sentinel aliases (diff) | |
download | package-repository-a8d4a5c0fa2d849cab97f828e73ef8a763078652.tar.gz package-repository-a8d4a5c0fa2d849cab97f828e73ef8a763078652.tar.xz |
Makefile: Remove "all" as a dependency to "check"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |