diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 03:58:48 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-10 03:58:48 +0200 |
commit | 2ce883f40bdfbe7dbacb7d98470e3441ef56e9ab (patch) | |
tree | a46e39300fded8649270e6a9d2543564d6441685 | |
parent | added sample code for liblo (diff) |
app vs apps
-rw-r--r-- | .gitignore | 12 | ||||
-rw-r--r-- | apps/Makefile (renamed from app/Makefile) | 0 | ||||
-rwxr-xr-x | apps/configure (renamed from app/configure) | 0 | ||||
-rw-r--r-- | apps/dolmetschctl.c (renamed from app/dolmetschctl.c) | 0 |
4 files changed, 6 insertions, 6 deletions
@@ -1,11 +1,11 @@ contrib/avr-utils contrib/.spreadavr.prepared -app/include.mk -app/dolmetschctl -app/*.o -app/*.d -app/*.d.* -app/config.h +apps/include.mk +apps/dolmetschctl +apps/*.o +apps/*.d +apps/*.d.* +apps/config.h firmware/*.a firmware/*.o firmware/*.d diff --git a/app/Makefile b/apps/Makefile index 13a61fa..13a61fa 100644 --- a/app/Makefile +++ b/apps/Makefile diff --git a/app/configure b/apps/configure index 597ba07..597ba07 100755 --- a/app/configure +++ b/apps/configure diff --git a/app/dolmetschctl.c b/apps/dolmetschctl.c index 1d695a5..1d695a5 100644 --- a/app/dolmetschctl.c +++ b/apps/dolmetschctl.c |