aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fca5cb9..c8d97de 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1CC := cc 1CC := cc
2CFLAGS := -Wall -Wextra -Wshadow -Wunused -Wswitch-enum -Wpedantic -ggdb 2CFLAGS := -Wall -Wextra -Wshadow -Wunused -Wswitch-enum -Wpedantic -ggdb
3LDFLAGS := -lm -ldl -lpthread -lasound 3LDFLAGS := -lm -ldl -lpthread -lasound
4FILES := main.c midi.c synth.c mutex.c minisdl_audio.c 4FILES := main.c midi.c synth.c interface.c mutex.c minisdl_audio.c
5PROG := ttdaw 5PROG := ttdaw
6 6
7$(PROG): main.c 7$(PROG): main.c