Toggle navigation
Sign in
rust
/
artshop
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
4
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
1c5a0beda850121cb188f14248f21867d8e4dc93
Authored by
Georg Hopp
2022-01-24 00:47:44 +0100
1 parent
6f7eb804
build: skipped
Clean Makefile
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
Makefile
View file @
1c5a0be
...
...
@@ -23,7 +23,7 @@ build:
23
23
cargo build
$(CARGO_PROFILE)
--bin artshop-server
24
24
25
25
run
:
build wasm
26
-
cargo run --bin artshop-server
26
+
cargo run
$(CARGO_PROFILE)
--bin artshop-server
27
27
28
28
release
:
29
29
docker build -t artshop -f build/Dockerfile .
...
...
Please
register
or
login
to post a comment