From 08eca96e71d96ad1f8e9b888875ab5570f208d19 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 17 Feb 2021 14:05:02 -0500 Subject: Get all the games compiling for iOS --- backgammon/common_source/Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'backgammon/common_source/Makefile') diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile index 5daf9579..b2c30409 100644 --- a/backgammon/common_source/Makefile +++ b/backgammon/common_source/Makefile @@ -1,16 +1,15 @@ # $NetBSD: Makefile,v 1.11 2019/09/29 23:44:59 mrg Exp $ -LIBISPRIVATE= yes - -LIB= common SRCS= allow.c board.c check.c fancy.c init.c odds.c \ one.c save.c subs.c table.c +OBJS= allow.o board.o check.o fancy.o init.o odds.o \ + one.o save.o subs.o table.o + +all: objs -.include +objs: $(OBJS) -# Has fallthru comment that is missed -.if defined(HAVE_GCC) && ${HAVE_GCC} >= 7 && ${ACTIVE_CC} == "gcc" -COPTS.check.c+= -Wno-error=implicit-fallthrough -.endif +clean: + rm -f $(OBJS) -.include +.PHONY: all clean -- cgit v1.2.3-56-ge451