Skip to content

Commit 6537221

Browse files
committed
Add removal of new files when make clean is called
1 parent 02670c6 commit 6537221

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ clean: tidy
313313
- cd contrib && $(MAKE) clean
314314
- cd test && $(MAKE) clean
315315
- cd manpages && ${MAKE} clean
316+
- rm .gitid
317+
- rm include/mana-version.h
316318
- if test -z "$$DMTCP_TMPDIR"; then \
317319
if test -z "$$TMPDIR"; then \
318320
DMTCP_TMPDIR=/tmp/dmtcp-$$USER@`/bin/hostname`; \

0 commit comments

Comments
 (0)