Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

1deos/deosorg

Repository files navigation


ΔOS v0.8-alpha.9 | deos-core | Build Status

self-header.jpg


The languages of intelligence (writing) and self-interest (money) are the mind's greatest creations; both must be decentralized or all is lost. —DeSantis


Commands

  • make all
  • make build
  • make clean
  • make docs.build
  • make docs.start
  • make graphviz
  • make msg="add: var/asset/img/*.png" push
  • make run
  • make sync
  • make venv
  • make wiki.pull
  • make wiki.push
  • make wikid

.env Example

include src/make/deos.mk
export MAKEFLAGS := --no-print-directory
VOLUME           := /example/example
VOLMOD           := example/example/example
V                := $(VOLUME)/$(VOLMOD)
#[endfi]