moved bitmap scroller stuff to dedicated directory
This commit is contained in:
parent
e1eda5b888
commit
5a7834bf8f
19 changed files with 59 additions and 52 deletions
1
Makefile
1
Makefile
|
|
@ -40,6 +40,7 @@ include defaults.mk
|
|||
@ echo "checking in which subdirs to build"
|
||||
@ $(RM) -f $@
|
||||
@ echo "SUBDIRS += animations" >> $@
|
||||
@ echo "SUBDIRS += animations/bitmapscroller" >> $@
|
||||
@ echo "SUBDIRS += smallani" >> $@
|
||||
@ (for subdir in `grep -e "^#define .*_SUPPORT" autoconf.h \
|
||||
| sed -e "s/^#define //" -e "s/_SUPPORT.*//" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue