name := myMain
G4TARGET := $(name)
G4EXLIB := true

.PHONY: all
all: lib bin

include $(G4INSTALL)/config/binmake.gmk

CPPFLAGS += `aida-config --include`
LDFLAGS  += `aida-config --lib`
LOADLIBS += `aida-config --lib`
