Browse Source

added support for binary diff

pull/86/head
curt mayer 6 years ago
parent
commit
1db0b09378
  1. 1
      Binary/Apps/Makefile
  2. 1
      Binary/Makefile

1
Binary/Apps/Makefile

@ -1,4 +1,5 @@
TOOLS = ../../Tools
MOREDIFF := *.com *.COM Tunes/*
include $(TOOLS)/Makefile.inc

1
Binary/Makefile

@ -1,3 +1,4 @@
MOREDIFF := *.img *.rom *.com *.eeprom
TOOLS = ../Tools
SUBDIRS = Apps

Loading…
Cancel
Save