aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 7be6629693c630ed91004a86e62509a606acf6f8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                
                                       

                                       
                                       
 
    
                                                                   

                          


                           




                                       

                
      
                                       
 

                                                     
 
                                           
                                                                                                 
                               
                                   
guix-sources = \
	src/xyz/euandreh/latest.scm   \
	src/xyz/euandreh/packages.scm \
	src/xyz/euandreh/posix.scm    \
	src/xyz/euandreh/queue.scm    \

all:
	for s in $(guix-sources); do guix build -Lsrc/ -f $$s; done
	nix-shell --run ''

refresh:
	sh scripts/paku -rg

check:
	sh aux/assert-shellcheck.sh
	sh aux/assert-nixfmt.sh
	sh aux/workflow/assert-todos.sh

dev-check: check

clean:
	rm -rf public/ dependencies.svg

dependencies.svg: dependencies.dot
	dot dependencies.dot -Tsvg > dependencies.svg

public: README.md TODOs.md dependencies.svg
	sh aux/workflow/public.sh "EuAndreh's package repository" package-repository public-inbox
	cp EuAndreh.key public/
	cp dependencies.svg public/