diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-14 14:32:55 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-14 14:32:55 +0100 |
commit | c2a2b12c1ec1a4e17a3c95ceb8f010ce961a909e (patch) | |
tree | 049a4cd7ebbbd2e8d6b4df3939b12e6303de805c /src/export.map | |
parent | 3a24351bda1208281189d17850555c017a7d342b (diff) |
Move sources into src directory
make some cleaning
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/export.map')
-rw-r--r-- | src/export.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/export.map b/src/export.map new file mode 100644 index 00000000..52c1b4aa --- /dev/null +++ b/src/export.map @@ -0,0 +1 @@ +{ global: afbBindingV1*; local: *; }; |