File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ uninstall:
190
190
install : $(DIRS ) chmod
191
191
$(CP_EXMPLS )
192
192
$(CP ) $(call NATIVEPATH,$(SRCDIR ) /startup/* .src) $(call NATIVEPATH,$(INSTALLLIB ) )
193
- $(CP ) $(call NATIVEPATH,$(SRCDIR ) /core_makefile ) $(call NATIVEPATH,$(INSTALLINC ) /.makefile)
193
+ $(CP ) $(call NATIVEPATH,$(SRCDIR ) /makefile.mk ) $(call NATIVEPATH,$(INSTALLINC ) /.makefile)
194
194
$(CP ) $(FASMG ) $(INSTALLBIN )
195
195
$(CP ) $(CONVHEX ) $(INSTALLBIN )
196
196
$(CP ) $(CONVPNG ) $(INSTALLBIN )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ BINDIR ?= bin
17
17
GFXDIR ?= src/gfx
18
18
# ----------------------------
19
19
20
- VERSION := 8.0
20
+ VERSION := 8.2
21
21
22
22
# ----------------------------
23
23
# try not to edit anything below these lines unless you know what you are doing
You can’t perform that action at this time.
0 commit comments