git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
optimize the tests makefiles, add unit tests for btrie key allocator
[lunaix-os.git]
/
lunaix-os
/
tests
/
shared
/
mkobj.mkinc
diff --git a/lunaix-os/tests/shared/mkobj.mkinc
b/lunaix-os/tests/shared/mkobj.mkinc
new file mode 100644
(file)
index 0000000..
edbc75f
--- /dev/null
+++ b/
lunaix-os/tests/shared/mkobj.mkinc
@@ -0,0
+1,3
@@
+%.o: %.c
+ $(call status,CC,$(@F))
+ @$(CC) $(CFLAGS) -c $< -o $@