mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 06:20:57 +00:00
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:
parent
7985762713
commit
efda62fd3a
2 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue