X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/a4419536621943012477a48fc1fc5b1c730a2834..0009c2c1448897605fc66f6bc9f9083842b061d6:/Build.mak diff --git a/Build.mak b/Build.mak index 0f18c0b..72af2a0 100644 --- a/Build.mak +++ b/Build.mak @@ -1,4 +1,11 @@ +# Create the include directory symlink +setup_include_dir__ := $(call symlink_include_dir,makeit) + +# General rule to install headers of this project +$I/include/makeit/%.h: $T/%.h + $(call install_file) + # Include sub-directories makefiles C := subproj @@ -12,4 +19,3 @@ include $T/lib2/Build.mak C := prog include $T/prog/Build.mak -