Skip to content

Commit

Permalink
correct header suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Feb 26, 2017
1 parent 5077050 commit 80621cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/application/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export OFILES_BIN := $(addsuffix .o,$(BINFILES)) \

export OFILES := $(OFILES_BIN) $(OFILES_SOURCES)

export HFILES := $(PICAFILES:.v.pica=_shbin.h) $(SHLISTFILES:.shlist=.shbin.h) $(addsuffix .h,$(subst .,_,$(BINFILES)))
export HFILES := $(PICAFILES:.v.pica=_shbin.h) $(SHLISTFILES:.shlist=_shbin.h) $(addsuffix .h,$(subst .,_,$(BINFILES)))

export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
$(foreach dir,$(LIBDIRS),-I$(dir)/include) \
Expand Down

0 comments on commit 80621cf

Please sign in to comment.