]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: do not require syncheck as part of check target
authorJo Zzsi <jozzsicsataban@gmail.com>
Tue, 29 Oct 2024 19:23:26 +0000 (15:23 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Tue, 29 Oct 2024 19:29:55 +0000 (15:29 -0400)
Makefile

index d498932ebe635be282e3ecef294dc2e61b3cb059..d53536d0afe0b20c648277c8591cb7680e0c753c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -270,7 +270,7 @@ else
 endif
 endif
 
-check: all syncheck
+check: all
        @$(MAKE) -C test check
 
 AUTHORS: