Skip to content

Commit

Permalink
fixed makefile issue causing wavetables not to be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
peterall committed Jan 8, 2019
1 parent feb533b commit d231e93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ OSCILLATORS := $(wildcard *mk)

$(TOPTARGETS): $(OSCILLATORS) package
$(OSCILLATORS):
# @rm -fR .dep ./build
@rm -f ./build/obj/macro-oscillator2.o
@rm -fR .dep ./build
@$(MAKE) -f $@ $(MAKECMDGOALS)

.PHONY: $(TOPTARGETS) $(OSCILLATORS)
Expand Down

0 comments on commit d231e93

Please sign in to comment.