From 550c9144c159fec46ada48305341d19b3c8fcc7d Mon Sep 17 00:00:00 2001 From: svdijk Date: Wed, 30 May 2012 17:29:34 +0000 Subject: [PATCH] Makefile, Makefile.darwin: Remove the not-so-useful "install" target. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@681 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/Quake/Makefile | 3 --- quakespasm/Quake/Makefile.darwin | 3 --- 2 files changed, 6 deletions(-) diff --git a/quakespasm/Quake/Makefile b/quakespasm/Quake/Makefile index 664ec1bf..fa81dd4a 100644 --- a/quakespasm/Quake/Makefile +++ b/quakespasm/Quake/Makefile @@ -263,9 +263,6 @@ release: quakespasm debug: $(error Use "make DEBUG=1") -install: quakespasm - cp quakespasm /usr/local/games/quake/ - clean: rm -f $(shell find . \( -name '*~' -o -name '#*#' -o -name '*.o' -o -name '*.res' -o -name $(DEFAULT_TARGET) \) -print) diff --git a/quakespasm/Quake/Makefile.darwin b/quakespasm/Quake/Makefile.darwin index 4f486092..f19b24f8 100644 --- a/quakespasm/Quake/Makefile.darwin +++ b/quakespasm/Quake/Makefile.darwin @@ -281,9 +281,6 @@ release: quakespasm debug: $(error Use "make DEBUG=1") -install: quakespasm - cp quakespasm /usr/local/games/quake/ - clean: rm -f $(shell find . \( -name '*~' -o -name '#*#' -o -name '*.o' -o -name '*.res' -o -name $(DEFAULT_TARGET) \) -print)