Skip to content

Commit

Permalink
makefile correction
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jan 13, 2025
1 parent b0390c9 commit 7500d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ this__root_dir_rel := ../

this__version_cpp := $(this_out_dir)version.cpp

this_srcs += $(this__version_cpp) $(filter-out main.cpp,$(call prorab-src-dir, bedsidemon))
this_srcs += $(this__version_cpp) $(filter-out %main.cpp,$(call prorab-src-dir, bedsidemon))

this_no_install := true
this_static_lib_only := true
Expand Down

0 comments on commit 7500d5e

Please sign in to comment.