From eb30c153cb4be3ba233036069aef3c67341e8095 Mon Sep 17 00:00:00 2001
From: "B. Watson" <yalhcru@gmail.com>
Date: Sat, 20 Mar 2021 14:10:59 -0400
Subject: Fix build with BSD make

---
 conio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'conio')

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:
-- 
cgit v1.2.3