Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
key-value-store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Samarth Joshi
key-value-store
Commits
838294d2
Commit
838294d2
authored
Nov 08, 2020
by
Samarth Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding Makefile
parent
ed5f3efd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Client
Client
+0
-0
Makefile
Makefile
+3
-3
Server
Server
+0
-0
No files found.
Client
0 → 100644
View file @
838294d2
File added
Makefile
View file @
838294d2
...
...
@@ -15,10 +15,10 @@ CTARGET = Client
all
:
server client
client
:
$(CLI_SRC) $(CLI_HED)
$(CC)
$(CFLAGS)
$(CLISRC)
-o
$(CTARGET)
$(CC)
$(CFLAGS)
$(CLI
_
SRC)
-o
$(CTARGET)
server
:
$(SRV_SR
V
) $(SRV_HED)
$(CC)
$(SFLAGS)
$(SRV
SRV
)
-o
$(STARGET)
server
:
$(SRV_SR
C
) $(SRV_HED)
$(CC)
$(SFLAGS)
$(SRV
_SRC
)
-o
$(STARGET)
clean
:
$(RM)
-rf
$(STARGET)
$(CTARGET)
...
...
Server
0 → 100644
View file @
838294d2
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment