Skip to content

Commit

Permalink
makefile: Set RIOTBASE
Browse files Browse the repository at this point in the history
This allows the global make to be run from different places with -C
  • Loading branch information
chrysn committed Feb 27, 2024
1 parent af9f0bc commit 4bb03f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export RIOTBASE := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))

.all:

.PHONY: all doc doc-man doc-latex docclean print-versions welcome
Expand Down

0 comments on commit 4bb03f3

Please sign in to comment.