Skip to content

Commit 861e910

Browse files
committed
removed astyle from compilation step
1 parent 59716e0 commit 861e910

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ODIR = bin
33
CCDIR = coverage
44
INSTALL_DIR = /usr/local
55
CCOBJDIR = $(CCDIR)/obj
6-
CFLAGS = -Ibin -Lbin
6+
CFLAGS = -Ibin -Lbin -Wswitch
77
LIBS = -ltsdemux
88

99
.SECONDEXPANSION:
@@ -43,7 +43,6 @@ static:
4343
cp src/tsdemux.h $(ODIR)/tsdemux.h
4444

4545
%.o: %.c
46-
astyle --style=linux -n src/*.h src/*.c
4746
$(CC) -o $@ $< $(CFLAGS) $(LIBS)
4847

4948
install: static

0 commit comments

Comments
 (0)