Skip to content

Commit

Permalink
fix(packaging): Fix the CI
Browse files Browse the repository at this point in the history
The `cargo clean` command will fail if the `Cargo.toml` files do not exist
  • Loading branch information
mmstick committed Aug 13, 2019
1 parent 905f8c2 commit 6e8f5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ FFI_SOURCES = $(shell find gtk/ffi/src -type f -name '*.rs') \
all: toml-gen $(GTKBINARY) $(NOTBINARY) $(LIBRARY) $(PKGCONFIG)

clean:
cargo clean
rm -rf target

distclean: clean
rm -rf .cargo vendor vendor.tar.xz target
rm -rf .cargo vendor vendor.tar.xz


## Developer tools
Expand Down

0 comments on commit 6e8f5e8

Please sign in to comment.