]> git.llucax.com Git - software/makeit.git/blobdiff - Build.mak
Rename test project to makeit
[software/makeit.git] / Build.mak
index 45a47409d3cbd76cff4fc349514021af99b5c10b..72af2a000c234cfeab0bc7e04e52b6392cfbbd46 100644 (file)
--- 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