diff options
-rw-r--r-- | tracker/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker/makefile b/tracker/makefile index 2a25050..5a62b2b 100644 --- a/tracker/makefile +++ b/tracker/makefile @@ -50,7 +50,7 @@ DARWININCLUDE = -I/usr/include -I$(PDPATH)/src DARWINLDFLAGS = -bundle -undefined suppress -flat_namespace .c.pd_darwin: - $(CC) $(CFLAGS) -o $*.o -c $*.c + $(CC) $(DARWINCFLAGS) $(DARWININCLUDE) -o $*.o -c $*.c $(LD) $(DARWINLDFLAGS) -o $*.pd_darwin $*.o -lc -lm # ----------------------- Miscellaneous ------------------- |