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