Add Makefile

This commit is contained in:
XANTRONIX Development 2016-05-14 22:42:01 -05:00
parent 33ea5aae10
commit 936b272918

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
all:
$(MAKE) -C src all
install:
$(MAKE) -C src install
clean:
$(MAKE) -C src clean