p7zip-rar/Utils/CPUTest/PipeLen/makefile
2017-10-11 12:40:22 +02:00

18 lines
201 B
Makefile

PROG=PipeLen
# -D_USE_ASM
LOCAL_FLAGS=-I.
include ../../../makefile.machine
TARGET_FLAGS=$(CC_EXE)
LOCAL_LINK=$(LINK_EXE)
LIBS=$(LOCAL_LIBS)
# pl.o
OBJS=PipeLen.o
include ../../../makefile.glb