Skip to content
Snippets Groups Projects
Commit 51a13ed4 authored by TwilCynder's avatar TwilCynder
Browse files

added formatting to ext_tester makefile

parent db8ecec4
Branches
No related tags found
No related merge requests found
CC = gcc CC = gcc
CPPFLAGS = -std=gnu99 -Wall -Wextra -Wpedantic -Wno-unused-function -I./lib CPPFLAGS = -std=gnu99 -Wall -Wextra -Wpedantic -Wno-unused-function -I./lib
CFLAGS = $(CPPFLAGS) -O3 -Werror CFLAGS = $(CPPFLAGS) -O3 -Werror
LDFLAGS = LDFLAGS =
\ No newline at end of file ASTYLE = astyle --style=kr -xf -s4 -k3 -n -Z -Q
...@@ -28,4 +28,7 @@ clear: ...@@ -28,4 +28,7 @@ clear:
clean: clear $(BIN) clean: clear $(BIN)
run: $(BIN) run: $(BIN)
./$(BIN) ./$(BIN)
\ No newline at end of file
format:
$(ASTYLE) $(SRC_DIR)/*.[ch]
...@@ -18,9 +18,6 @@ OBJ = \ ...@@ -18,9 +18,6 @@ OBJ = \
include ./build_params.mk include ./build_params.mk
ASTYLE = astyle --style=kr -xf -s4 -k3 -n -Z -Q
all: $(BIN) man all: $(BIN) man
$(BIN): $(BIN_DIR) $(OBJ) $(OBJ_DIR)/$(BIN).o $(BIN): $(BIN_DIR) $(OBJ) $(OBJ_DIR)/$(BIN).o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment