Skip to content

Commit

Permalink
fix OSX/win makefiles (have hardcoded list of object files => io_nex.…
Browse files Browse the repository at this point in the history
…cpp miss)
  • Loading branch information
ped7g committed May 6, 2019
1 parent 6fcb6fd commit a287d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ LDFLAGS=-ldl
OBJS=\
$(SUBDIR_BASE)/devices.o \
$(SUBDIR_BASE)/directives.o \
$(SUBDIR_BASE)/io_nex.o \
$(SUBDIR_BASE)/io_snapshots.o \
$(SUBDIR_BASE)/io_trd.o \
$(SUBDIR_BASE)/io_tape.o \
Expand Down
1 change: 1 addition & 0 deletions Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ LDFLAGS= -s
OBJS=\
$(SUBDIR_BASE)/devices.o \
$(SUBDIR_BASE)/directives.o \
$(SUBDIR_BASE)/io_nex.o \
$(SUBDIR_BASE)/io_snapshots.o \
$(SUBDIR_BASE)/io_trd.o \
$(SUBDIR_BASE)/io_tape.o \
Expand Down

0 comments on commit a287d05

Please sign in to comment.