Skip to content

Commit

Permalink
janssonrpcc: end of line normalization to linux line ending format
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Sep 9, 2019
1 parent 904af9a commit da7ce6e
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 333 deletions.
22 changes: 11 additions & 11 deletions src/modules/janssonrpcc/unit_tests/Makefile
@@ -1,11 +1,11 @@
CC = gcc
FILES = *.c ../netstring.c ../jsonrpc_global.c seatest/seatest.c
OUT_EXE = test

build: $(FILES)
$(CC) -std=gnu99 -pedantic -D TEST -o $(OUT_EXE) $(FILES) -lm -levent

clean:
rm -f *.o core

rebuild: clean build
CC = gcc
FILES = *.c ../netstring.c ../jsonrpc_global.c seatest/seatest.c
OUT_EXE = test

build: $(FILES)
$(CC) -std=gnu99 -pedantic -D TEST -o $(OUT_EXE) $(FILES) -lm -levent

clean:
rm -f *.o core

rebuild: clean build

0 comments on commit da7ce6e

Please sign in to comment.