File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ $(BUILD)/pitchclass.o: $(SRC)/pitchclass.cc
56
56
$(CC ) -c -o $(BUILD ) /pitchclass.o $(SRC ) /pitchclass.cc $(CFLAGS )
57
57
58
58
59
- test_keyprofile : $(BUILD ) /test_keyprofile.o $(BUILD ) /keyprofile.o
60
- $(CC ) -o $(BIN ) /test_keyprofile $(BUILD ) /test_keyprofile.o $(BUILD ) /keyprofile.o
59
+ test_keyprofile : $(BUILD ) /test_keyprofile.o $(BUILD ) /keyprofile.o $( BUILD ) /pitchclass.o $( BUILD ) /key.o
60
+ $(CC ) -o $(BIN ) /test_keyprofile $(BUILD ) /test_keyprofile.o $(BUILD ) /keyprofile.o $( BUILD ) /pitchclass.o $( BUILD ) /key.o
61
61
62
62
$(BUILD ) /test_keyprofile.o : $(TEST ) /test_keyprofile.cc
63
63
$(CC ) -c -o $(BUILD ) /test_keyprofile.o $(TEST ) /test_keyprofile.cc $(CFLAGS )
@@ -66,8 +66,8 @@ $(BUILD)/keyprofile.o: $(SRC)/keyprofile.cc
66
66
$(CC ) -c -o $(BUILD ) /keyprofile.o $(SRC ) /keyprofile.cc $(CFLAGS )
67
67
68
68
69
- test_keytransition : $(BUILD ) /test_keytransition.o $(BUILD ) /keytransition.o
70
- $(CC ) -o $(BIN ) /test_keytransition $(BUILD ) /test_keytransition.o $(BUILD ) /keytransition.o
69
+ test_keytransition : $(BUILD ) /test_keytransition.o $(BUILD ) /keytransition.o $( BUILD ) /key.o $( BUILD ) /pitchclass.o
70
+ $(CC ) -o $(BIN ) /test_keytransition $(BUILD ) /test_keytransition.o $(BUILD ) /keytransition.o $( BUILD ) /key.o $( BUILD ) /pitchclass.o
71
71
72
72
$(BUILD ) /test_keytransition.o : $(TEST ) /test_keytransition.cc
73
73
$(CC ) -c -o $(BUILD ) /test_keytransition.o $(TEST ) /test_keytransition.cc $(CFLAGS )
You can’t perform that action at this time.
0 commit comments