aboutsummaryrefslogtreecommitdiff
path: root/conio
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-03-20 14:10:59 -0400
committerB. Watson <yalhcru@gmail.com>2021-03-20 14:10:59 -0400
commiteb30c153cb4be3ba233036069aef3c67341e8095 (patch)
treed40caba0659a794ce3e2f859b50fb5e090b36e96 /conio
parent2316ea0e05c00eb65d83cfe6def57e9840910096 (diff)
downloadtaipan-eb30c153cb4be3ba233036069aef3c67341e8095.tar.gz
Fix build with BSD make
Diffstat (limited to 'conio')
-rw-r--r--conio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/conio/Makefile b/conio/Makefile
index 4679d31..9b0911e 100644
--- a/conio/Makefile
+++ b/conio/Makefile
@@ -5,7 +5,7 @@ OBJS=cgetc.o chline.o clrscr.o cputc.o cputs.o cvline.o gotox.o gotoxy.o gotoy.o
conio.lib: $(OBJS)
ar65 a conio.lib *.o
-%.o: %.s
+.s.o:
cl65 -O -t atari -c $<
clean: