Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Mohan Gaikwad <164338116+quic-mohanga@users.noreply.github.com>
  • Loading branch information
quic-mohanga authored and quic-khrahul committed Sep 18, 2024
1 parent fc863b2 commit 142e29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hello-QIM/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ all: ${TARGETS}
.PHONY: ${TARGETS}

${TARGETS}: %:%.cc
$(CXX) -Wall --sysroot=$(SDKTARGETSYSROOT)/${MACHINE} $(INCLUDES) $(LLIBS) $< -o $(GST_APP_NAME)
$(CXX) -Wall --sysroot=$(SDKTARGETSYSROOT)/${MACHINE} $(INCLUDES) $(LLIBS) $< -o $(GST_APP_NAME)

clean:
rm -f ${TARGETS}
rm -f ${TARGETS}

0 comments on commit 142e29c

Please sign in to comment.