Makefile을 만들어 보고 있는데요
test 라는 디렉토리가 있으면
rm -rf test 실행 후
mkdir test
없으면
그냥 mkdir test
하는 기능을 만들고 싶은데
어떻게 해야하는지 도움 좀 부탁드려요.
if test -d test; then rmdir test;fi mkdir test
이렇게 하면 되지 않을까요?
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
if test -d test; then rmdir
if test -d test; then rmdir test;fi
mkdir test
이렇게 하면 되지 않을까요?
댓글 달기