mirror of
https://github.com/php/pecl-php-ffi.git
synced 2026-03-23 23:42:23 +01:00
from DLLs and DSO's (Unix). Tested under win32 only for now, but should compile under Unices also.
5 lines
80 B
Makefile
5 lines
80 B
Makefile
|
|
$(srcdir)/ffi_parser.c: $(srcdir)/ffi_parser.y
|
|
-lemon $(srcdir)/ffi_parser.y
|
|
|