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

Merge pull request #55 from juszczakn/master

Implemented mkdir
This commit is contained in:
Arcterus 2014-02-04 08:05:16 -08:00
commit 496a28a301
5 changed files with 232 additions and 1 deletions

View file

@ -15,6 +15,7 @@ PROGS := \
echo \
env \
false \
mkdir \
printenv \
pwd \
rm \
@ -37,6 +38,7 @@ EXES := \
# Programs with usable tests
TEST_PROGS := \
cat \
mkdir \
TEST ?= $(TEST_PROGS)