]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/TianoCompress/GNUmakefile
151bbe2cc1c64ebff7ed1ccc30e5e64003eb7d42
[mirror_edk2.git] / BaseTools / Source / C / TianoCompress / GNUmakefile
1 ARCH ?= IA32
2 MAKEROOT ?= ..
3
4 APPNAME = TianoCompress
5
6 LIBS = -lCommon
7
8 OBJECTS = TianoCompress.o
9
10 include $(MAKEROOT)/Makefiles/app.makefile