1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2025-02-02 15:07:27 -05:00

copy nbsdgames too

This commit is contained in:
me 2022-04-14 11:27:23 +04:30
parent 0fee553c20
commit 87b1f8caaf

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