mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
add target for architecture and also update it
This commit is contained in:
parent
6f5b28c4f8
commit
284fd759bf
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
||||
.PHONY: archive archive_directory archlinux check clean directory push tests version
|
||||
.PHONY: architecture archive archive_directory archlinux check clean directory push tests version
|
||||
.DEFAULT_GOAL := archlinux
|
||||
|
||||
PROJECT := ahriman
|
||||
@ -10,6 +10,9 @@ IGNORE_FILES := package/archlinux src/.mypy_cache
|
||||
$(TARGET_FILES) : $(addprefix $(PROJECT), %) : $(addprefix ., %) directory version
|
||||
@cp -rp $< $@
|
||||
|
||||
architecture:
|
||||
cd src && pydeps ahriman -o ../docs/ahriman-architecture.svg --no-show --cluster
|
||||
|
||||
archive: archive_directory
|
||||
tar cJf "$(PROJECT)-$(VERSION)-src.tar.xz" "$(PROJECT)"
|
||||
rm -rf "$(PROJECT)"
|
||||
|
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 300 KiB |
Loading…
Reference in New Issue
Block a user