10 lines
128 B
Makefile
10 lines
128 B
Makefile
|
# Makefile for lib/ack/i386/head.
|
||
|
|
||
|
ASFLAGS = -I.
|
||
|
|
||
|
LIBRARIES = libe
|
||
|
|
||
|
libe_OBJECTS = em_head.o
|
||
|
|
||
|
include ../../../Makefile.ack.inc
|