fixup! Enhancement: Makefile replaces sh scripts

This commit is contained in:
Floréal Toumikian 2020-08-29 13:44:05 +02:00
parent 041763d615
commit 80fae7748f
3 changed files with 3 additions and 5 deletions

View File

@ -19,4 +19,4 @@ before_script:
- sudo apt-get install libgtk-3-dev gtk+3.0 libcairo2-dev libglib2.0-dev
script:
- cargo test --verbose --workspace
- cargo test --verbose --workspace --frozen

2
Cargo.lock generated
View File

@ -1,5 +1,3 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "MacTypes-sys"
version = "2.1.0"

View File

@ -16,7 +16,7 @@ UNINSTALL_FILES = $(PREFIX)/bin/xyz.gelez.mobydick \
all: $(TARGET)
$(TARGET):
$(CARGO) build --release
$(CARGO) build --release --frozen
.phony: check
chuck:
@ -56,4 +56,4 @@ uninstall:
.phony: clean
clean:
$(CARGO) clean
$(CARGO) clean