mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 12:01:26 +00:00
add install target
This commit is contained in:
parent
c86b0d359f
commit
abded114cf
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@ QFCC=qfcc
|
||||||
#QCFLAGS=-z -qq -g -Werror
|
#QCFLAGS=-z -qq -g -Werror
|
||||||
QCFLAGS=-qq -g -Werror
|
QCFLAGS=-qq -g -Werror
|
||||||
QCPPFLAGS=
|
QCPPFLAGS=
|
||||||
|
prefix=/usr/local
|
||||||
|
|
||||||
libfrikbot_source = \
|
libfrikbot_source = \
|
||||||
bot_ai.qc \
|
bot_ai.qc \
|
||||||
|
@ -40,4 +41,8 @@ clean:
|
||||||
rm -f *.o *.qfo *.a *.d
|
rm -f *.o *.qfo *.a *.d
|
||||||
rm -rf .deps
|
rm -rf .deps
|
||||||
|
|
||||||
|
install: libfrikbot.a
|
||||||
|
cp frikbot.h $(prefix)/include/QF/ruamoko
|
||||||
|
cp libfrikbot.a $(prefix)/lib/ruamoko
|
||||||
|
|
||||||
-include $(libfrikbot_dep)
|
-include $(libfrikbot_dep)
|
||||||
|
|
Loading…
Reference in a new issue