Skip to content

Commit

Permalink
Makefile: using $INET_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoltanBojthe committed Jan 22, 2025
1 parent 02569d5 commit 9097379
Showing 1 changed file 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 @@ -22,7 +22,7 @@ cleanall: checkmakefiles
@rm -f src/Makefile

makefiles:
@cd src && opp_makemake --make-so -f --deep -o simu5g -O out -KINET_PROJ=$(shell inet_root) -DINET_IMPORT -I. -I$$\(INET_PROJ\)/src -L$$\(INET_PROJ\)/src -lINET$$\(D\)
@cd src && opp_makemake --make-so -f --deep -o simu5g -O out -KINET_PROJ=$(INET_ROOT) -DINET_IMPORT -I. -I$$\(INET_PROJ\)/src -L$$\(INET_PROJ\)/src -lINET$$\(D\)

checkmakefiles:
@if [ ! -f src/Makefile ]; then \
Expand Down

0 comments on commit 9097379

Please sign in to comment.