# Top level makefile, the real shit is at src/Makefile # default: all .DEFAULT: cd src && "$(MAKE)" $@ cd utils && "$(MAKE)" $@ doc: cd doc && "$(MAKE)" archive: git archive --format=tar master | gzip > sddm-master.tar.gz .PHONY: doc archive plication/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 61488485748a954674af3d597441899b144e320b (plain)
1
2
3
4
5
6
7
8
9
10
11