mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
6 lines
110 B
Makefile
6 lines
110 B
Makefile
PROJECT = TestEvent
|
|
PRODUCT = $(PROJECT)$(INFIX)$(SUFFIX)
|
|
OBJS = $(PROJECT).o
|
|
|
|
include ../../User/Makefile
|