Skip to content
Snippets Groups Projects
Commit 8337b413 authored by Sven Robertz's avatar Sven Robertz
Browse files

added Makefile to c library

parent cd7ccf44
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment