We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c93c6 commit a6d5425Copy full SHA for a6d5425
Makefile
@@ -4,6 +4,8 @@ CFLAGS = -std=c99 -Wall -Wextra -Wno-missing-field-initializers -Os
4
LDFLAGS = -ggdb3
5
LDLIBS =
6
7
+all: endlessh
8
+
9
endlessh: endlessh.c
10
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ endlessh.c $(LDLIBS)
11
0 commit comments