diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2007-08-03 13:14:24 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2007-08-03 13:14:24 +0000 |
commit | beae1fe58c3539d8f429ee3828cb51c850ea1545 (patch) | |
tree | 52e3d44389fb7ddcb220a22b79eb5d6ab70d5a5e | |
parent | ffb7b436756e9cd077392d1733daf13218874530 (diff) |
+ updated Makefile
svn path=/trunk/externals/moocow/; revision=8380
-rw-r--r-- | extended/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extended/Makefile b/extended/Makefile index 1f6a31d..5c0904e 100644 --- a/extended/Makefile +++ b/extended/Makefile @@ -12,10 +12,12 @@ SUBDIRS = \ ../flite \ ../gfsm \ ../deque \ - ../pdstring \ ../readdir \ - ../../sprinkler \ - ../weightmap + ../weightmap \ + ../pdstring \ + ../../sprinkler + +##-- 'pdstring' and 'sprinkler' are already in 'flatspace' ... should they be moved here? ##-- local variables MOOCOW_DIR ?=$(shell pwd) |