Commit 55a6d133 authored by neverlord's avatar neverlord

root Makefile

parent 01db63e4
all:
./create_libcppa_Makefile.sh > libcppa.Makefile
make -f libcppa.Makefile
make -C unit_testing
make -C queue_performances
clean:
make -f libcppa.Makefile clean
make -C unit_testing clean
make -C queue_performances 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