File: Makefile

package info (click to toggle)
flameshot 13.3.0%2Bgit20251204-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,972 kB
  • sloc: cpp: 18,548; sh: 241; xml: 134; makefile: 32
file content (9 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
serve:
	mkdocs serve --dev-addr localhost:8080 --watch ../../src
build:
	mkdocs build
	@echo "Post-processing..."
	@bash post-process.sh
	@echo "DONE."
clean:
	rm -rf mkdoxy-generated output