From 9a82789007d626b830f528e476c556e80ff59dcb Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 18 Apr 2021 16:09:30 +0200 Subject: Normalize floating point samples --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3