mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 14:41:57 +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=-qq -g -Werror
|
||||
QCPPFLAGS=
|
||||
prefix=/usr/local
|
||||
|
||||
libfrikbot_source = \
|
||||
bot_ai.qc \
|
||||
|
@ -40,4 +41,8 @@ clean:
|
|||
rm -f *.o *.qfo *.a *.d
|
||||
rm -rf .deps
|
||||
|
||||
install: libfrikbot.a
|
||||
cp frikbot.h $(prefix)/include/QF/ruamoko
|
||||
cp libfrikbot.a $(prefix)/lib/ruamoko
|
||||
|
||||
-include $(libfrikbot_dep)
|
||||
|
|
Loading…
Reference in a new issue