aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile
new file mode 100644
index 0000000..26e8feb
--- /dev/null
+++ b/example/Makefile
@@ -0,0 +1,10 @@
+PRODUCT := sysalertvol
+
+all: $(PRODUCT)
+
+$(PRODUCT): main.c lib/*
+ $(CC) \
+ -framework AudioToolbox \
+ -framework CoreFoundation \
+ -o $@ \
+ main.c lib/SSVLSystemAlertVolume.c