zsh/Src/Modules/newuser.mdd

14 lines
268 B
Plaintext

name=zsh/newuser
link=dynamic
# We will always try to load newuser, but there should
# be no error if it fails, so don't use the standard mechanism.
load=no
functions='Scripts/newuser Functions/Newuser/*'
objects="newuser.o"
:<<\Make
newuser.o: ../zshpaths.h
Make