X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/356b4610c9f48d07ce798e8b1fca229e08111f8f..0009c2c1448897605fc66f6bc9f9083842b061d6:/Build.mak diff --git a/Build.mak b/Build.mak index 45a4740..72af2a0 100644 --- a/Build.mak +++ b/Build.mak @@ -1,5 +1,10 @@ -setup_include_dir__ := $(call symlink_include_dir,remake) +# 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