Skip to content

Commit

Permalink
But this time do it right
Browse files Browse the repository at this point in the history
  • Loading branch information
dylwhich committed Jul 8, 2024
1 parent 5d93415 commit e2ab6d3
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 @@ -35,7 +35,7 @@ LDFLAGS += -lpulse -DPULSEAUDIO
endif

example : example.c os_generic.h
$(CC) -o $< $^ $(LDFLAGS) -lm
$(CC) -o $@ $< $(LDFLAGS) -lm

wav_player: shared
make -C wave_player PULSE=$(PULSE)
Expand Down

0 comments on commit e2ab6d3

Please sign in to comment.