Complete Fender Floor MIDI implementation
This commit is contained in:
parent
6638fc5bf3
commit
92ffd60808
21 changed files with 1834 additions and 367 deletions
2
Makefile
2
Makefile
|
|
@ -21,7 +21,7 @@ $(BIN): $(OBJ)
|
|||
$(CXX) $^ -o $@ $(LDLIBS)
|
||||
|
||||
clean:
|
||||
rm -f $(DEP) $(OBJ) $(BIN)
|
||||
rm -f $(DEP) $(OBJ) $(BIN) *~
|
||||
|
||||
-include $(SRC:.cpp=.d)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue