mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
5 lines
106 B
Makefile
5 lines
106 B
Makefile
|
config_t: config_t.c
|
||
|
gcc -g -I../../include config_t.c -L../../lib -llvm -o config_t
|
||
|
|
||
|
clean:
|
||
|
rm config_t
|