Skip to content
Snippets Groups Projects
Commit dd00c087 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Add general Makefile

Switching to a java-less editor has side-effects ;)
parent 32f7b458
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
all: lib tests
lib:
hl "Build lib"
cd ./xAAL-Lib && make
tests:
hl "Build tests"
cd ./xAAL-Tests && make
lamp:lib
hl "Run lamp"
cd ./xAAL-Tests && make lamp
dumper:lib
hl "Run dumper"
cd ./xAAL-Tests && make dumper
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment