X-Git-Url: https://hackdaworld.org/gitweb/?p=sound-tools%2Fhdrec.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=1d9af21c0b096fb5db026691fa5f6512d6e780f4;hp=a27d210d02a9025115695301ec4f08fdd8a8c740;hb=ccff379135e4edb378365575a91c2524b05b0144;hpb=10957fd9492f1a6ddd041f69b45e28f9ae8895bf diff --git a/Makefile b/Makefile index a27d210..1d9af21 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ all: $(TARGETS) hdrec: $(CC) $(CFLAGS) -Wall fourier.c oss_api.c hdrec.c -o hdrec -lm -ldirectfb +make_raw: + $(CC) -O3 -Wall make_raw.c -o make_raw -lm + clean: rm $(OBJS) hdrec