diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-28 18:10:31 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:07 -0600 |
commit | fbbcc07ff457b497a1e6c8d8327a5ce40bf31fb5 (patch) | |
tree | c918618e3b131978fe57e1c94d63629f303e4408 /apple_remote/Makefile | |
parent | e48d33bce151400347c53dd67b91894ac42ca46f (diff) |
gbuildify apple_remote
Diffstat (limited to 'apple_remote/Makefile')
-rw-r--r-- | apple_remote/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apple_remote/Makefile b/apple_remote/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/apple_remote/Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: |