Skip to content

Commit

Permalink
Synchronize Makefile targets with NSD
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ekk0ek committed Jul 19, 2024
1 parent d57b043 commit bd32079
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ distclean: clean
realclean: distclean
@rm -rf autom4te*

maintainer-clean: realclean

devclean:
@rm -rf config.h.in configure

libzone.a: $(EXPORT_HEADER) $(OBJECTS) $($(WESTMERE)_OBJECTS) $($(HASWELL)_OBJECTS)
$(AR) rcs libzone.a $(OBJECTS) $($(WESTMERE)_OBJECTS) $($(HASWELL)_OBJECTS)

Expand Down

0 comments on commit bd32079

Please sign in to comment.