Skip to content

Commit

Permalink
updated to pure-data 0.46 branch for multi instance bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatika committed Apr 26, 2015
1 parent 2ff9010 commit 0660044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pure-data
4 changes: 2 additions & 2 deletions samples/c/pdtest_multi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LIBPD = $(LIBPD_DIR)/libs/libpd.$(SOLIB_EXT)
SRC_FILES = pdtest_multi.c
TARGET = pdtest_multi

CFLAGS = -I../../../pure-data/src -I../../../libpd_wrapper
CFLAGS = -I../../../pure-data/src -I../../../libpd_wrapper -O3

.PHONY: clean clobber

Expand All @@ -30,7 +30,7 @@ $(TARGET): ${SRC_FILES:.c=.o} $(LIBPD)
if [ $(PDNATIVE_PLATFORM) == "mac" ]; then mkdir -p ./libs && cp $(LIBPD) ./libs; fi

$(LIBPD):
cd ../../.. && make DEBUG=true
cd ../../.. && make

clean:
rm -f *.o
Expand Down

0 comments on commit 0660044

Please sign in to comment.