1
0
Files
irix-657m-src/irix/cmd/ip26ecc/Makefile
2022-09-29 17:59:04 +03:00

18 lines
207 B
Makefile

#!smake
# Makefile for ecc
#
include $(ROOT)/usr/include/make/commondefs
LCOPTS+= -fullwarn
TARGETS = ecc
OBJECTS = ecc.o
LDFLAGS = -lelf
.c.o:
$(CCF) $< -c -o $*.o
default: ${TARGETS}
ecc: $(OBJECTS)