Skip to content

Commit 079180e

Browse files
committed
removed unnecessary echo command in Makefile
1 parent 7b27c4a commit 079180e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ stringtie: ${BAM}/libbam.a $(OBJS) stringtie.o
152152

153153
# target for removing all object files
154154

155+
# echo $(PATH)
155156
clean:
156-
echo $(PATH)
157157
${RM} stringtie${EXE} stringtie.o* $(OBJS)
158158
${RM} core.*
159159
allclean cleanAll cleanall:

0 commit comments

Comments
 (0)