regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

Makefile (427B)


      1 BIN="${HOME}/.local/bin"
      2 
      3 normal:
      4 	mkdir -p ${BIN}
      5 	cp cmpfolder.sh ${BIN}/cmpfolder
      6 	cp hashfolder.sh ${BIN}/hashfolder
      7 	cp rm-trash.sh ${BIN}/rm-trash
      8 	gcc -o directory_bookmarks directory_bookmarks.c
      9 	mv directory_bookmarks ${BIN}/directory_bookmarks
     10 	cp github_latest_release.sh ${BIN}/github_latest_release
     11 	cp heic_to_jpg.sh ${BIN}/heictojpg
     12 	go build -o tablealigner tablealigner.go
     13 	mv tablealigner ${BIN}/tablealigner