SyntaxFix
Write A Post
Hire A Developer
Questions
Inside your makefile:
target: if test -d dir; then echo "hello world!"; else mkdir dir; fi