Skip to content

Commit

Permalink
Use full output path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed May 3, 2024
1 parent 57a24b9 commit 2a3a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratemon/runtime/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Set interface with RM_IFACE environment variable.

OUTPUT := .output
OUTPUT := $(abspath .output)
CLANG ?= clang
LIBBPF_SRC := $(abspath ../../../libbpf/src)
BPFTOOL_SRC := $(abspath ../../../bpftool/src)
Expand Down

0 comments on commit 2a3a0a8

Please sign in to comment.