mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Clean up whitespace and remove unused aliases.
This commit is contained in:
parent
340ad317e1
commit
927049548c
1 changed files with 9 additions and 21 deletions
12
Makefile
12
Makefile
|
@ -1,5 +1,4 @@
|
||||||
# Config options
|
# Config options
|
||||||
ENABLE_RELEASE ?= n
|
|
||||||
PROFILE ?= debug
|
PROFILE ?= debug
|
||||||
MULTICALL ?= n
|
MULTICALL ?= n
|
||||||
|
|
||||||
|
@ -107,14 +106,6 @@ ifneq ($(OS),Windows_NT)
|
||||||
PROGS := $(PROGS) $(UNIX_PROGS)
|
PROGS := $(PROGS) $(UNIX_PROGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ALIASES := \
|
|
||||||
hashsum:md5sum \
|
|
||||||
hashsum:sha1sum \
|
|
||||||
hashsum:sha224sum \
|
|
||||||
hashsum:sha256sum \
|
|
||||||
hashsum:sha384sum \
|
|
||||||
hashsum:sha512sum
|
|
||||||
|
|
||||||
BUILD ?= $(PROGS)
|
BUILD ?= $(PROGS)
|
||||||
|
|
||||||
# Programs with usable tests
|
# Programs with usable tests
|
||||||
|
@ -210,9 +201,6 @@ endif
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
crates:
|
|
||||||
echo "okay" $(EXES)
|
|
||||||
|
|
||||||
do_install = install ${1}
|
do_install = install ${1}
|
||||||
use_default := 1
|
use_default := 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue