- commit
- c31a5c76f77e32c9e92995da30119f5c974cdf08
- parent
- ed91891ceddbd79589496d3ae17b8c68412dc54b
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-12-22 07:20
improve gcc parameters
Diffstat
| M | Makefile | 5 | ++++- |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
@@ -1,2 +1,5 @@ -1 1 CFLAGS = -std=c99 -Wall -O2 `pkg-config --cflags sndfile` -1 2 LDFLAGS = -s -lm `pkg-config --libs sndfile` -1 3 1 4 beat: beat.c2 -1 gcc -lm -lsndfile $< -o $@-1 5 gcc $< -o $@ ${CFLAGS} ${LDFLAGS}