12 lines
164 B
Makefile
12 lines
164 B
Makefile
name := Layer
|
|
G4TARGET := $(name)
|
|
G4EXLIB := true
|
|
|
|
include $(G4INSTALL)/config/architecture.gmk
|
|
|
|
.PHONY: all
|
|
|
|
all: lib bin
|
|
|
|
include $(G4INSTALL)/config/binmake.gmk
|