Skip to content

Commit

Permalink
Makefile.octave: Fix Makefile for Octave 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy1978 committed Apr 3, 2017
1 parent c8ed702 commit afb227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.octave
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default : $(TARGET).$(OCTEXT)
CPPFLAGS="$(CPPFLAGS)" \
CFLAGS="$(CFLAGS)" \
LDFLAGS="$(LDFLAGS) $(LIBS)" \
$(OCT_MEX) -o $@ $<
$(OCT_MEX) -o $@ $^

%.o : %.c $(HEADERS)
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
Expand Down

0 comments on commit afb227a

Please sign in to comment.