Commit c26a9ff9 authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

Create a general Makefile to compile software from root folder.

parent 3508bf44
all:
$(MAKE) -C sw
install:
$(MAKE) -C sw install
clean:
$(MAKE) -C sw clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment