mirror of
https://github.com/dnote/dnote
synced 2026-03-15 06:55:49 +01:00
12 lines
175 B
Makefile
12 lines
175 B
Makefile
all:
|
|
./scripts/build.sh $(VERSION)
|
|
.PHONY: all
|
|
|
|
release:
|
|
./scripts/build.sh $(VERSION)
|
|
./scripts/release.sh $(VERSION)
|
|
.PHONY: release
|
|
|
|
clean:
|
|
@git clean -f
|
|
.PHONY: clean
|