You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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