diff options
Diffstat (limited to 'desiredata/src')
-rw-r--r-- | desiredata/src/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/makefile.in b/desiredata/src/makefile.in index 7844be16..48c36d54 100644 --- a/desiredata/src/makefile.in +++ b/desiredata/src/makefile.in @@ -46,7 +46,7 @@ SO = libpd$(LIBSUFFIX) all:: bin externs -bin:: pd $(WATCHDOG) pdsend pdreceive +bin:: pd$(EXE) $(WATCHDOG) pdsend pdreceive $(SRCXX:.c=.o): %.o: %.c config.log $(CXX) $(CFLAGS) -xc++ -c -o $*.o $*.c |