Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abenso committed Feb 3, 2025
1 parent 2b4a295 commit 7f3c56d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ else
CFLAGS += -O3 -Os -Wno-unknown-pragmas -Wno-unused-parameter
endif

APP_CUSTOM_LINK_DEPENDENCIES = rust
# make rust a prerequisite for all object files
$(OBJECT_FILES): rust

.PHONY: rust
rust:
Expand All @@ -133,10 +134,6 @@ rust_clean:

clean: rust_clean


# make rust a prerequisite for all object files
$(OBJECT_FILES): rust

#add dependency on custom makefile filename
dep/%.d: %.c Makefile

Expand Down

0 comments on commit 7f3c56d

Please sign in to comment.