Skip to content

Commit

Permalink
Changed to use flexcat 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 1005a71 commit 38d40dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Expand Up @@ -55,11 +55,7 @@ $(AVILIB):
make -C $(dir $@)

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

catalogs: $(CATALOGS)

Expand Down

0 comments on commit 38d40dd

Please sign in to comment.