We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae36a09 commit 9a53c8dCopy full SHA for 9a53c8d
ArduinoFloppyReader/ArduinoFloppyReader/makefile
@@ -26,7 +26,7 @@ LFLAGS = -L../lib
26
LIBS = -ldl
27
28
# define the C source files
29
-SRCS = Main.cpp ../lib/ftdi.cpp ../lib/SerialIO.cpp ../lib/RotationExtractor.cpp ../lib/pll.cpp ../lib/ArduinoInterface.cpp ../lib/ADFWriter.cpp ../lib/capsapi/CapsPlug.cpp
+SRCS = Main.cpp ../lib/ftdi.cpp ../lib/SerialIO.cpp ../lib/RotationExtractor.cpp ../lib/pll.cpp ../lib/ArduinoInterface.cpp ../lib/ADFWriter.cpp ../lib/capsapi/CapsPlug.cpp ../lib/ibm_sectors.cpp
30
31
# define the C object files
32
#
0 commit comments