summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-08 06:05:51 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-08 06:05:51 +0200
commit65ffdf410ca5c36f059bee8619f87147f802a82e (patch)
tree047d9b679497a7b5e367e8b1b1f5e5f24d945af2 /examples/Makefile
parent562c07f32366687dcb032b9a2628b9c85a01432e (diff)
downloadttdaw-65ffdf410ca5c36f059bee8619f87147f802a82e.tar.gz
Renamed to experiments and added watch for changes
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
-