1
0
Fork 0

copy nbsdgames too

This commit is contained in:
me 2022-04-14 11:27:23 +04:30
parent 0fee553c20
commit 87b1f8caaf
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ nb:
for manpage in $(ls man); do cp man/$$manpage man/nb$$manpage ;done;
nbinstall: nb
for game in $(ALL); do cp nb$$game $(DESTDIR)/$(GAMES_DIR) ;done;
cp nbsdgames $(DESTDIR)/$(GAMES_DIR)
nbmanpages: nb
cp man/nb* $(DESTDIR)/$(MAN_DIR)
nbclean: clean