diff options
author | tmk <nobody@nowhere> | 2012-06-08 00:37:46 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-06-08 13:32:38 +0900 |
commit | afb08462085132acf7a1962522952f7dbf064519 (patch) | |
tree | bc60f28142bc36d882f5930191ba8da98a27c47c /protocol.mk | |
parent | 63d82fcaeb78d0764f39667b937262ed4a692c17 (diff) |
Made directories for keyboard and converter projects.
Diffstat (limited to 'protocol.mk')
-rw-r--r-- | protocol.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol.mk b/protocol.mk new file mode 100644 index 0000000000..1442c5206b --- /dev/null +++ b/protocol.mk @@ -0,0 +1,2 @@ +# Search Path +VPATH += $(TOP_DIR)/protocol |