PKGDIR		?= ..
L4DIR		?= $(PKGDIR)/../../..

TARGET		= ex_hello_shared
MODE            = shared
SRC_C		= main.c

include $(L4DIR)/mk/prog.mk
