mirror of
https://github.com/quantum5/MusicKeyboard.git
synced 2025-04-24 13:11:58 -04:00
Removed non-existent dependency in Makefile.
This commit is contained in:
parent
287311ebab
commit
c305773c3f
2
Makefile
2
Makefile
|
@ -41,7 +41,7 @@ $(SRCDIR)\MainWindow.cpp: $(INCDIR)\MainWindow.hpp
|
|||
$(SRCDIR)\PianoControl.cpp: $(INCDIR)\PianoControl.hpp
|
||||
$(SRCDIR)\Keyboard.cpp: $(INCDIR)\MainWindow.hpp
|
||||
$(SRCDIR)\Window.cpp: $(INCDIR)\Window.hpp
|
||||
keyboard.rc: keyboard.ico keymap.bmp
|
||||
keyboard.rc: keyboard.ico
|
||||
|
||||
$(OUTDIR)\keyboard.res: keyboard.rc
|
||||
$(RC) $(RCFLAGS) /fo$@ $**
|
||||
|
|
Loading…
Reference in a new issue