]> git.llucax.com Git - software/makeit.git/blobdiff - lib1/Build.mak
Add a global phony "test" target
[software/makeit.git] / lib1 / Build.mak
index 298a88ecb1fd92a5183fc8a3ef3f0f2d6022d678..356f07b047ba0208462361fd68cb967419bc0da2 100644 (file)
@@ -13,5 +13,5 @@ install += $I/lib/liblib1.so
 
 # Install the library's headers
 # XXX: we can't use += here, call will be resolved lazily if we do
 
 # Install the library's headers
 # XXX: we can't use += here, call will be resolved lazily if we do
-install := $(install) $(call find_headers,h,$I/include/makeit/lib1)
+install := $(install) $(call find_files,.h,$I/include/makeit/lib1)