Skip to content

Commit

Permalink
Dont delete before build
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Apr 2, 2021
1 parent 581cacf commit 5a5ee0e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
SHELL := /bin/bash

.ONESHELL:
build:
clean:
rm -rf ./linux

.ONESHELL:
build:
briefcase create --no-input
briefcase build
briefcase package
Expand All @@ -15,5 +18,9 @@ build:
rm -rf ./squashfs-root
cd ..

clean-build:
clean
build

run:
briefcase run
briefcase run

0 comments on commit 5a5ee0e

Please sign in to comment.