Skip to content

Commit a216422

Browse files
committed
Add realclean target
1 parent 194df54 commit a216422

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ clean:
3939
distclean: clean
4040
@rm -f Makefile config.h config.log config.status
4141

42+
realclean: distclean
43+
@rm -rf autom4te*
44+
4245
libzone.a: $(EXPORT_HEADER) $(OBJECTS) $($(WESTMERE)_OBJECTS) $($(HASWELL)_OBJECTS)
4346
$(AR) rcs libzone.a $(OBJECTS) $($(WESTMERE)_OBJECTS) $($(HASWELL)_OBJECTS)
4447

0 commit comments

Comments
 (0)