Fixed clang-format; updated cmakelists
This commit is contained in:
parent
39fd726a51
commit
8d792bbc50
17 changed files with 1858 additions and 1685 deletions
5
Makefile
5
Makefile
|
|
@ -10,6 +10,9 @@ PREFIX := /usr/local
|
|||
MANPREFIX := $(PREFIX)/share/man
|
||||
|
||||
|
||||
SHELL := $(shell which sh)
|
||||
|
||||
|
||||
all: debug
|
||||
.PHONY: all
|
||||
|
||||
|
|
@ -90,4 +93,4 @@ clean-debug:
|
|||
|
||||
# =====FORMAT CODE=====
|
||||
format:
|
||||
@ clang-format -i --style=file src/**/*.c src/**/*.h
|
||||
@ clang-format -i --style=file src/**/*.c src/**/*.h src/*.c src/*.h
|
||||
|
|
|
|||
Reference in a new issue