summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/GenCrc32/GNUmakefile
blob: 73f525c82ae34e4597688360f009de2d66bb340b (plain)
1
2
3
4
5
6
7
8
9
10
ARCH ?= IA32
MAKEROOT ?= ..

APPNAME = GenCrc32

LIBS = -lCommon

OBJECTS = GenCrc32.o

include $(MAKEROOT)/Makefiles/app.makefile