1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 02:57:44 +00:00

refactor ~ (makefiles) fix spelling + add spell-checker exceptions

This commit is contained in:
Roy Ivy III 2021-05-30 21:59:38 -05:00
parent 0b20997d10
commit ec982bb695
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,5 @@
# spell-checker:ignore (misc) testsuite runtest (targets) busytest distclean manpages pkgs ; (vars/env) BINDIR BUILDDIR CARGOFLAGS DESTDIR DOCSDIR INSTALLDIR INSTALLEES MANDIR MULTICALL
# Config options # Config options
PROFILE ?= debug PROFILE ?= debug
MULTICALL ?= n MULTICALL ?= n

View file

@ -1,5 +1,5 @@
USEGNU=gmake $* UseGNU=gmake $*
all: all:
@$(USEGNU) @$(UseGNU)
.DEFAULT: .DEFAULT:
@$(USEGNU) @$(UseGNU)