1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

remove unneeded typing, swap cat and mkdir

This commit is contained in:
Nick 2014-01-05 16:22:04 -06:00
parent f60799ffc9
commit 9cd301f653
2 changed files with 12 additions and 16 deletions

View file

@ -30,8 +30,8 @@ EXES := \
# Programs with usable tests
TEST_PROGS := \
mkdir \
cat \
mkdir \
TEST ?= $(TEST_PROGS)