From f146fe3406e020856ef3e0eccdb31e57e7be9895 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Wed, 14 Jun 2017 23:00:28 -0700 Subject: [PATCH] change tabbing --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a0fe1b6..a5408be 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,6 +6,8 @@ OBJ_DIR = bin C_SOURCES := set.c mutableset.c element.c function.c order.c table.c predicate.c boolean.c csolver.c structs.c constraint.c inc_solver.c +TABBING_H := boolean.h classlist.h common.h config.h constraint.h csolver.h element.h function.h inc_solver.h mutableset.h mymemory.h ops.h order.h predicate.h set.h solver_interface.h structs.h table.h + OBJECTS := $(CPP_SOURCES:%.cc=$(OBJ_DIR)/%.o) $(C_SOURCES:%.c=$(OBJ_DIR)/%.o) CPPFLAGS += -Iinclude -I. @@ -63,7 +65,7 @@ tags: tabbing: uncrustify -c C.cfg --no-backup *.c - uncrustify -c C.cfg --no-backup *.h + uncrustify -c C.cfg --no-backup $(TABBING_H) .PHONY: $(PHONY) -- 2.34.1