aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.riscos
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.riscos')
-rw-r--r--src/Makefile.riscos5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.riscos b/src/Makefile.riscos
index ad7dc6de5..d0e13d212 100644
--- a/src/Makefile.riscos
+++ b/src/Makefile.riscos
@@ -4,7 +4,7 @@
# Contact: easygcc@melotech.co.uk
# Project objects:
-objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr
+objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv o.rawstr o.nonblock
# Compile options:
@@ -37,6 +37,9 @@ o.writeenv: c.writeenv
o.rawstr: ../lib/c.rawstr
gcc $(compileropts) -c -o rawstr.o ../lib/c.rawstr
+o.nonblock: ../lib/c.nonblock
+ gcc $(compileropts) -c -o nonblock.o ../lib/c.nonblock
+
# Dynamic dependancies:
o.hugehelp: c.hugehelp