Makefile, Makefile.darwin: Remove the not-so-useful "install" target.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@681 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Sander van Dijk 2012-05-30 17:29:34 +00:00
parent 7985762713
commit efda62fd3a
2 changed files with 0 additions and 6 deletions

View file

@ -263,9 +263,6 @@ release: quakespasm
debug: debug:
$(error Use "make DEBUG=1") $(error Use "make DEBUG=1")
install: quakespasm
cp quakespasm /usr/local/games/quake/
clean: clean:
rm -f $(shell find . \( -name '*~' -o -name '#*#' -o -name '*.o' -o -name '*.res' -o -name $(DEFAULT_TARGET) \) -print) rm -f $(shell find . \( -name '*~' -o -name '#*#' -o -name '*.o' -o -name '*.res' -o -name $(DEFAULT_TARGET) \) -print)

View file

@ -281,9 +281,6 @@ release: quakespasm
debug: debug:
$(error Use "make DEBUG=1") $(error Use "make DEBUG=1")
install: quakespasm
cp quakespasm /usr/local/games/quake/
clean: clean:
rm -f $(shell find . \( -name '*~' -o -name '#*#' -o -name '*.o' -o -name '*.res' -o -name $(DEFAULT_TARGET) \) -print) rm -f $(shell find . \( -name '*~' -o -name '#*#' -o -name '*.o' -o -name '*.res' -o -name $(DEFAULT_TARGET) \) -print)