zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

Working makefile #162

Open GerryG opened 7 years ago

GerryG commented 7 years ago

The initial Makefile didn't work too well for me. This change helps by separating the .c sources that generate .o's and having the gcc line to build the final object use the .o's

It will use the default rules to build .o from .c (.SUFFIXES)

What is the current state of master, should it build and run? What platform do you develop on? I'm trying on osx, but I have centos in docker containers that I can try as well?