From 65ffdf410ca5c36f059bee8619f87147f802a82e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 8 Oct 2024 06:05:51 +0200 Subject: Renamed to experiments and added watch for changes --- examples/Makefile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 examples/Makefile (limited to 'examples/Makefile') 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 - -- cgit v1.2.3