Skip to content

ausungju/Makefile_Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Makefile_Maker

설명

이 파일은 기본적인 makefile을 자동으로 만들어 줍니다.
하지만 work directory안에 sub directory가 있는 경우는 안됩니다..

종속성

  • python3

설치

  1. 해당 repo를 clone하세요
git clone https://github.com/ausungju/Makefile_Maker.git
  1. 다운로드 된 repo로 이동하세요.
cd Makefile_Maker
  1. install.sh를 실행해서 자동 설치 또는 수동 설치하세요.
# 자동 설치
bash install.sh

install.sh 실행 이후 터미널을 종료하고 다시 켜주세요

수동 설치의 경우 Maker를 최상위 work directory에 위치 하시면 됩니다.

사용법

  • 자동 설치
    작업 디렉토리에서 maker를 입력하세요
maker
  • 수동 설치
    Maker파일을 ./Maker or python3 Maker로 실행 하세요

삭제 (자동 설치시)

# 자동 설치의 경우
rm ~/.local/Maker

# fish 셀 alias 삭제
rm ~/.config/fish/functions/maker.fish

# zsh 셀 alias 삭제
sed -i '/.local\/Maker/d' ~/.zshrc

# bash 셀 alias 삭제
sed -i '/.local\/Maker/d' ~/.bashrc 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published