Skip to content
Snippets Groups Projects
Commit f788a116 authored by Filippos Giannakos's avatar Filippos Giannakos
Browse files

Add makefile in top directory

parent ff5fb93f
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
.PHONY: default xseg clean distclean build
default: xseg
build: xseg
xseg:
make -C xseg
rm xseg/config.mk
clean:
make -C xseg clean
rm xseg/config.mk
install:
make -C xseg install
make -C xseg install-src
rm xseg/config.mk
distclean:
make -C xseg distclean
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