Skip to content

Commit

Permalink
Make devclean target depend on realclean target
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ekk0ek committed Jul 23, 2024
1 parent bba5915 commit 09901c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ realclean: distclean

maintainer-clean: realclean

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

libzone.a: $(OBJECTS) $($(WESTMERE)_OBJECTS) $($(HASWELL)_OBJECTS)
Expand Down

0 comments on commit 09901c7

Please sign in to comment.