Skip to content

Commit ef1d3bd

Browse files
Adjusted Make Clean
1 parent 23da64c commit ef1d3bd

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
@@ -269,7 +269,7 @@ endif
269269
+$(MAKE) -B check $(DISTCHECK_FLAGS)
270270

271271
clean:
272-
$(RM) $(BIN_GOALS) .flags *.[od] *.gcda *.gcno tests/*.[od] tests/*.gcda tests/*.gcno
272+
$(RM) $(BIN_GOALS) .flags build/*.[od] *.gcda *.gcno tests/*.[od] tests/*.gcda tests/*.gcno
273273

274274
install:
275275
$(MKDIR) $(DESTDIR)$(PREFIX)/bin

0 commit comments

Comments
 (0)