Complete Fender Floor MIDI implementation

This commit is contained in:
hirsch 2016-07-03 10:57:50 -04:00
parent 6638fc5bf3
commit 92ffd60808
21 changed files with 1834 additions and 367 deletions

View file

@ -21,7 +21,7 @@ $(BIN): $(OBJ)
$(CXX) $^ -o $@ $(LDLIBS)
clean:
rm -f $(DEP) $(OBJ) $(BIN)
rm -f $(DEP) $(OBJ) $(BIN) *~
-include $(SRC:.cpp=.d)