Skip to content

Instantly share code, notes, and snippets.

@wordijp
Last active October 20, 2016 09:13
Show Gist options
  • Select an option

  • Save wordijp/b0da847d0f5adb113bd3b38d5463ced3 to your computer and use it in GitHub Desktop.

Select an option

Save wordijp/b0da847d0f5adb113bd3b38d5463ced3 to your computer and use it in GitHub Desktop.
-pオプションの無いWindowsで必要時だけフォルダを作成するmakefile
all: obj $(TARGET)
obj:
mkdir obj
$(TARGET): ...
# ここには含めない
.PHONY:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment