dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Getting started with `make`?

Open jcguu95 opened this issue 4 years ago • 1 comments

Both make and make install return make: Nothing to be done for 'install'. Does the installer still work?

jcguu95 avatar Jan 19 '21 22:01 jcguu95

 Oh hello! I am sorry I never really meant this to be actually used as an installer. All the makefile does is make symlinks to files if they don’t already exist (for example ~/.emacs.d/init.el). So if you have run the make once, it won’t do anything.    Likewise, if any of those files already existed, none of the symlinks would have been made.        

jsoo1 avatar Jan 19 '21 23:01 jsoo1