mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-28 04:06:36 +00:00
fix build dependencies.
This commit is contained in:
+2
-2
@@ -5,10 +5,10 @@ all: HxCFloppyEmulator_cmdline HxCFloppyEmulator_software
|
||||
libhxcadaptor:
|
||||
$(MAKE) -C ../libhxcadaptor/build/
|
||||
|
||||
libhxcfe: libhxcadaptor libhxcfe
|
||||
libhxcfe: libhxcadaptor
|
||||
$(MAKE) -C ../libhxcfe/build/
|
||||
|
||||
libusbhxcfe: libhxcadaptor
|
||||
libusbhxcfe: libhxcadaptor libhxcfe
|
||||
$(MAKE) -C ../libusbhxcfe/build/
|
||||
|
||||
HxCFloppyEmulator_cmdline: libhxcfe libusbhxcfe
|
||||
|
||||
Reference in New Issue
Block a user