Skip to content

Commit

Permalink
[Make] Fix nextctl clean
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
  • Loading branch information
Shinyzenith committed Jul 13, 2023
1 parent 8fdd150 commit f83c58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ uninstall:
$(RM) $(PREFIX)/share/pkgconfig/next-protocols.pc

clean:
$(MAKE) -C ./nextctl -s $@
$(MAKE) -C ./nextctl-go -s $@
$(MAKE) -C ./nextctl-rs -s $@
$(RM) -r ./nextctl/zig-cache ./nextctl/zig-out
$(RM) -r zig-cache zig-out
$(RM) ./docs/*.gz
$(RM) *.pc
Expand Down

0 comments on commit f83c58f

Please sign in to comment.