marrakesh/build.sh

3 lines
113 B
Bash
Executable File

#!/bin/sh
gcc -g $CFLAGS mrklib*.c mrk.c -o mrk `pkg-config --cflags --libs eina ecore ecore-file ecore-ipc eet`