#!/bin/bash
gcc -O2 -o EfiCompress EfiCompressMain.c ../Common/EfiCompress.c -I ../Include/ -I ../Include/Ia32/ -I ../Common/
gcc -O2 -o EfiDecompress EfiDecompressMain.c ../Common/Decompress.c -I ../Include/ -I ../Include/Ia32/ -I ../Common/

