Skip to content

Commit

Permalink
Cleanup westmere and haswell object files. (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
fobser authored Dec 23, 2024
1 parent 83a2327 commit 459d8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ all: libzone.a
clean:
@rm -f .depend
@rm -f libzone.a $(OBJECTS) $(EXPORT_HEADER)
@rm -f $($(WESTMERE)_OBJECTS) $($(HASWELL)_OBJECTS)

distclean: clean
@rm -f Makefile config.h config.log config.status
Expand Down

0 comments on commit 459d8de

Please sign in to comment.