aboutsummaryrefslogtreecommitdiff
path: root/makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.linux')
-rw-r--r--makefile.linux7
1 files changed, 1 insertions, 6 deletions
diff --git a/makefile.linux b/makefile.linux
index 14f65e3..f1de6a1 100644
--- a/makefile.linux
+++ b/makefile.linux
@@ -20,16 +20,11 @@ CXXFLAGS = $(CFLAGS)
#LIBS = -lc -lm
LIBS = -lpthread -lm -lc
-SOURCES = pin~.c mjLib.c metroplus.c monorythm.c prob.c
+SOURCES = about.c convolve~.c pin~.c metroplus.c monorhythm.c morse.c n2m.c prob.c synapseA~.c
TARGETS = $(SOURCES:.c=.$(EXT))
all: $(TARGETS)
-mjLib: $(TARGETS)
- cc -c $(CFLAGS) -DPD mjLib.c
- $(LD) -export_dynamic -shared -o mjLib.pd_linux *.o $(LIBS)
- strip --strip-unneeded mjLib.pd_linux
-
clean::
-rm *.$(EXT) *.o