Skip to content

Commit a6d5425

Browse files
authored
Makefile: add all target
1 parent e7c93c6 commit a6d5425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CFLAGS = -std=c99 -Wall -Wextra -Wno-missing-field-initializers -Os
44
LDFLAGS = -ggdb3
55
LDLIBS =
66

7+
all: endlessh
8+
79
endlessh: endlessh.c
810
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ endlessh.c $(LDLIBS)
911

0 commit comments

Comments
 (0)