aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index ba5165d7f..a655df07e 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -73,7 +73,9 @@ clean:
%.so : %.o
$(CC) -shared -Xlinker -x -o $@ $<
+ifneq ($(wildcard .depend),)
include .depend
+endif
gentone: gentone.c
$(CC) -o gentone gentone.c -lm