Commit 4aca43f7 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf libsepol-3.0.tar.gz
$(MAKE) -C libsepol-3.0 CFLAGS="-fcommon"
$(MAKE) -C libsepol-3.0 install
tests:
$(MAKE) -C ../checkpolicy temporary
ln -s ../checkpolicy/checkpolicy checkpolicy
$(MAKE) -C libsepol-3.0 test
rm -rf libsepol-3.0
rm -f checkpolicy
$(MAKE) -C ../checkpolicy 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