From cce657241c145ecccfde0ae93f73832bd5cd9900 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 9 Dec 2023 18:16:00 +0100 Subject: Deleted makefiles --- FICS/Makefile.usl | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 FICS/Makefile.usl (limited to 'FICS/Makefile.usl') diff --git a/FICS/Makefile.usl b/FICS/Makefile.usl deleted file mode 100644 index 0af7418..0000000 --- a/FICS/Makefile.usl +++ /dev/null @@ -1,29 +0,0 @@ -# Makefile for FICS -# This was originally written under NeXTSTEP -# -# Define the system below that you are compiling on. -SYSFLAG=-DSYSTEM_USL - -# Set the flags for your system - -# Turn on optimization -# With optimization on you may get errors during compiling. -# OPTFLAGS=-O - -# Turn on debugging -#DEBUGFLAGS=-g -DDEBUG - -# Anything else you care to flag? -#OTHERFLAGS=-Wall - -# Which architectures are you compiling for? (NeXTSTEP) -# ARCHFLAGS=-arch m68k -arch i386 - -PROGRAM=fics - - -CC=cc -CFLAGS=${SYSFLAG} ${OPTFLAGS} ${DEBUGFLAGS} ${OTHERFLAGS} ${ARCHFLAGS} -LNFLAGS=-lm - -include ./Makefile.common -- cgit v1.2.3