Skip to content

Commit

Permalink
fix to accidental sed replace
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharris87 committed Jan 10, 2024
1 parent 4555eca commit 224986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VPATH = .

## Define XNet's source directory
XNET_DIR = .
XNET_TEST_DIR = $(XNET_TEST_DIR)
XNET_TEST_DIR = ../test

## Include options for build configurations defined in Makefile.opt
include $(XNET_DIR)/Makefile.opt
Expand Down

0 comments on commit 224986c

Please sign in to comment.