File: Makefile

package info (click to toggle)
simdutf 8.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,524 kB
  • sloc: cpp: 64,498; ansic: 15,347; python: 3,592; sh: 366; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# ideally I would like to upload this to the simdutf package registry but
# I think my privs need to be higher for that to work.

# clang format 18
.PHONY: build-18 publish-18
build-18:
	docker build --build-arg CLANGVERSION=18 --tag ghcr.io/pauldreik/clang-format-18:latest .
publish-18: build-18
	docker push ghcr.io/pauldreik/clang-format-18:latest