Skip to content

Commit

Permalink
Added support for AmigaOS CatComp for generating catalog files.
Browse files Browse the repository at this point in the history
  • Loading branch information
salass00 committed Oct 6, 2016
1 parent 3fc5d86 commit 1005a71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ $(AVILIB):
make -C $(dir $@)

%.catalog: %.ct catalogs/SRec.cd
ifeq ($(SYSTEM),AmigaOS)
CatComp CATALOG $@ catalogs/SRec.cd $<
else
catcomp --catalog $@ catalogs/SRec.cd $<
endif

catalogs: $(CATALOGS)

Expand Down

0 comments on commit 1005a71

Please sign in to comment.