summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/Makefile b/examples/Makefile
deleted file mode 100644
index 5f77125..0000000
--- a/examples/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-tests:
- $(CC) -Wall example1.c ../minisdl_audio.c -lm -ldl -lpthread -o example1
- $(CC) -Wall example2.c ../minisdl_audio.c -lm -ldl -lpthread -o example2
- $(CC) -Wall example4.c -lasound -lm -o example4
-