diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | CC := cc | 1 | CC := cc |
| 2 | CFLAGS := -Wall -Wextra -Wshadow -Wunused -Wswitch-enum -Wpedantic -ggdb | 2 | CFLAGS := -Wall -Wextra -Wshadow -Wunused -Wswitch-enum -Wpedantic -ggdb |
| 3 | LDFLAGS := -lm -ldl -lpthread -lasound | 3 | LDFLAGS := -lm -ldl -lpthread -lasound |
| 4 | FILES := main.c midi.c synth.c mutex.c minisdl_audio.c | 4 | FILES := main.c midi.c synth.c interface.c mutex.c minisdl_audio.c |
| 5 | PROG := ttdaw | 5 | PROG := ttdaw |
| 6 | 6 | ||
| 7 | $(PROG): main.c | 7 | $(PROG): main.c |
