Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
8337b413
Commit
8337b413
authored
Nov 08, 2011
by
Sven Robertz
Browse files
added Makefile to c library
parent
cd7ccf44
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/c/Makefile
0 → 100644
View file @
8337b413
liblabcomm.a
:
labcomm.o labcomm_fd_reader_writer.o
ar
-r
liblabcomm.a labcomm.o labcomm_fd_reader_writer.o
labcomm.o
:
labcomm.c labcomm.h labcomm_private.h
gcc
-c
labcomm.c
labcomm_fd_reader_writer.o
:
labcomm_fd_reader_writer.c labcomm_fd_reader_writer.h labcomm.h labcomm_private.h
gcc
-c
labcomm_fd_reader_writer.c
clean
:
rm
*
.o
distclean
:
clean
rm
liblabcomm.a
Write
Preview
Supports
Markdown
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