aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-04-18 16:09:30 +0200
committercbdev <cb@cbcdn.com>2021-04-18 16:09:30 +0200
commit9a82789007d626b830f528e476c556e80ff59dcb (patch)
tree99eaa83bdc2bfa14b3fc2ef0b51b15e4ca6a996a /Makefile
parente4d256218844f21942a4805b100b1bc2b372a1ab (diff)
downloadcswave-9a82789007d626b830f528e476c556e80ff59dcb.tar.gz
cswave-9a82789007d626b830f528e476c556e80ff59dcb.tar.bz2
cswave-9a82789007d626b830f528e476c556e80ff59dcb.zip
Normalize floating point samples
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed5b4e5..d97a541 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@ all: cswave cswave.exe
cswave: cswave.c
cswave.exe: export CC = x86_64-w64-mingw32-gcc
+cswave.exe: cswave.c
+ $(CC) $(CFLAGS) $(LDFLAGS) $< $(OBJS) $(LDLIBS) -o $@
clean:
$(RM) *.o