Browse Source

simplified due to removal of install rule

pull/80/head
curt mayer 6 years ago
parent
commit
d31c146a7b
  1. 7
      Source/Makefile

7
Source/Makefile

@ -6,11 +6,6 @@ SUBDIRS += Forth
NOTDONE += Fonts
SUBDIRS += BPBIOS
SUBDIRS += HBIOS
SUBDIRS += Images
TOOLS = ../Tools
include $(TOOLS)/Makefile.inc
install:: SUBDIRS += Images
clean:: SUBDIRS += Images
clobber:: SUBDIRS += Images

Loading…
Cancel
Save