Sign in
gwj
/
socket
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
92cb4f971fceb5b5e8d75a7706a684388ee40b83
Authored by
Grzegorz Jabłoński
2022-03-15 16:52:34 +0100
1 parent
4944f012
build: skipped
Changed compilation flags
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
makefile
makefile
View file @
92cb4f9
1
-CFLAGS=-ggdb -Wall -pedantic -
D_REENTRANT
1
+CFLAGS=-ggdb -Wall -pedantic -
pthread
2
2
3
3
%: %.c
4
- gcc $(CFLAGS) $< -o $@
-lpthread
4
+ gcc $(CFLAGS) $< -o $@
5
5
6
6
EXECS = fork1 fork2 fork3 fork4 fork5 fork6 \
7
7
netclient server1 server2 eintrc eintrs \
...
...