aboutsummaryrefslogtreecommitdiffstats
path: root/open5gs-latest/Makefile
blob: 95c99bb81ba700d6ea40e8b392f3a7cbb9daec5b (plain)
1
2
3
4
5
DATA_DIR?=$(shell pwd)
USER_ID?=$(shell id -u)
RUN_ARGS=-v $(DATA_DIR):/data --user $(USER_ID) --network host --rm

include ../make/Makefile