summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 90092d3..f7e5e58 100644
--- a/Makefile
+++ b/Makefile
@@ -68,8 +68,8 @@ test/big.felan: Makefile
echo "main :: () -> void {" > $@
for((n = 0;n < 100000;n++)); do echo " print(1);" >> $@; done
echo "};" >> $@
- echo "print :: (value:u64) -> void {" >> $@
- echo " print_u64 value;" >> $@
+ echo "print :: (value:u8) -> void {" >> $@
+ echo " putc '0'+value;" >> $@
echo "};" >> $@
# $@ = left hand of :