input events and empty UNIX functions
[oftp] / Makefile
index dd0f1bf..05eac20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-obj = main.obj tgfx.obj tui.obj darray.obj util.obj
+obj = main.obj tgfx.obj tui.obj darray.obj util.obj input.obj
 bin = oftp.exe
 
 !ifdef __UNIX__