Skip to content

Commit 2ab88ef

Browse files
authored
Merge branch 'main' into logger_management
2 parents 7c0f219 + 87698cc commit 2ab88ef

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
@@ -57,8 +57,8 @@ $(test_ARCHIVE) :
5757
clean:
5858
make -C test/ clean
5959
# make -C ds/ clean
60-
rm $(PROJ_PATH)/gmon.out
6160
find ${PROJ_PATH} -name "*.[ao]" -exec rm -v {} \;
61+
rm $(PROJ_PATH)/gmon.out
6262

6363

6464
help:

0 commit comments

Comments
 (0)