Skip to content

Commit

Permalink
Makefile: define sources with prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Aug 29, 2024
1 parent 98fc819 commit 3928352
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 @@ -65,7 +65,7 @@ distclean: clean
# The nitty-gritty stuff below
# ----------------------------------------------------------------------------

SOURCES = xchange.c xstruct.c xjson.c
SOURCES = $(SRC)/xchange.c $(SRC)/xstruct.c $(SRC)/xjson.c

# Generate a list of object (obj/*.o) files from the input sources
OBJECTS := $(subst $(SRC),$(OBJ),$(SOURCES))
Expand Down

0 comments on commit 3928352

Please sign in to comment.