Skip to content

Commit

Permalink
remove redundant makefile statements
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed May 22, 2024
1 parent 3b5e4c3 commit cf5c6ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ this_ldlibs += `pkg-config --libs glesv2`

$(eval $(prorab-build-app))

$(eval $(call prorab-depend, $(prorab_this_name), $(this__libmodel_obj) $(this__libruis_render)))

this_run_name := app
this_test_cmd := $(prorab_this_name) --window --res-path=../res
this_test_deps := $(prorab_this_name)
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ this_no_install := true

$(eval $(prorab-build-app))

$(eval $(call prorab-depend, $(prorab_this_name), $(this__libruis_render)))

this_test_cmd := $(prorab_this_name) --jobs=auto --junit-out=junit.xml
this_test_deps := $(prorab_this_name)
this_test_ld_path := ../../src/out/$(c)
Expand Down

0 comments on commit cf5c6ef

Please sign in to comment.