Files
2022-12-09 14:43:28 +01:00

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