Skip to content

Commit

Permalink
Allow to install data files without .pak
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwiedemann committed Jul 21, 2017
1 parent 2f2534e commit 60940af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Expand Up @@ -166,6 +166,8 @@ endif
cp $(PROG) $(BIN_DIR)$(PROG)
ifndef NO_PAK
cp $(PAK_FILE) $(DATA_DIR)$(PAK_FILE)
else
cp -a data gfx music sound font $(DATA_DIR)
endif
cp $(DOCS) $(DOC_DIR)
cp $(ICONS)16x16.png $(ICON_DIR)16x16/apps/$(PROG).png
Expand Down

0 comments on commit 60940af

Please sign in to comment.