Skip to content

Commit 578cd3c

Browse files
Makefile target all shall build and run all
1 parent 911e100 commit 578cd3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
CFLAGS := -Wall -Wextra -Wshadow -Wimplicit-fallthrough=0 -ansi -fshort-enums -fpic
2020

21-
all: build
21+
all: build tests example
2222

2323
build: libs_dir libs/libproxyprotocol.so
2424

0 commit comments

Comments
 (0)