Skip to content

Commit

Permalink
libmidi gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Nov 15, 2024
1 parent c307eb5 commit d0d51f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sinctbl3.h: gensinc
./gensinc --zero-crossings 26 --denominator 3 --alpha 5.0 > $@

midilib/libmidi.a:
cd midilib && make libmidi.a
cd midilib && make CC=gcc libmidi.a

-include $(OBJS:.o=.d)

Expand Down

0 comments on commit d0d51f8

Please sign in to comment.