Skip to content

Commit

Permalink
Moved the crt files to the right location
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-calautti committed Apr 16, 2022
1 parent 9d9e393 commit bae90f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export HFILES_BIN := $(addsuffix .h,$(subst .,_,$(BINFILES)))
export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
$(foreach dir,$(LIBDIRS),-I$(dir)/include) \
-I$(CURDIR)/$(BUILD)

export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib)

.PHONY: $(BUILD) clean all
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bae90f5

Please sign in to comment.