audk/BaseTools/Source/C/TianoCompress/GNUmakefile

11 lines
141 B
Makefile

ARCH ?= IA32
MAKEROOT ?= ..
APPNAME = TianoCompress
LIBS = -lCommon
OBJECTS = TianoCompress.o
include $(MAKEROOT)/Makefiles/app.makefile