Skip to content

Commit

Permalink
Fix gh#146 : Fixed review comments and code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kanjoe24 committed Nov 25, 2024
1 parent 76e4f12 commit 73cc33c
Show file tree
Hide file tree
Showing 5 changed files with 818 additions and 713 deletions.
6 changes: 3 additions & 3 deletions keyhandler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ all: $(TARGET_EXEC)

# Build target
$(TARGET_EXEC): $(SRC)
$(CC) $(SRC) $(XCFLAGS) $(XLDFLAGS) -o $(TARGET_EXEC)
@$(CC) $(SRC) $(XCFLAGS) $(XLDFLAGS) -o $(TARGET_EXEC)
@cp -r ../framework/ut-control/build/linux/lib/libut_control.* .

# Clean target
clean:
rm -f $(TARGET_EXEC)
@rm -f $(TARGET_EXEC)

# # Run target
# run: $(TARGTARGET_EXECET)
# ./$(TARGET_EXEC) -p linux_profile_5.28.yaml -m mykeymessage.yaml

# Phony targets
.PHONY: all clean
.PHONY: all clean
Loading

0 comments on commit 73cc33c

Please sign in to comment.