Browse Source

Add sequencer to master Makefile.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
6f19499a3c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
###############################################################################

SUBDIRS=nonlib FL timeline mixer session-manager
SUBDIRS=nonlib FL timeline mixer session-manager sequencer

all:
@ for dir in $(SUBDIRS); do $(MAKE) -s -C $$dir; done


Loading…
Cancel
Save