Files
oldlinux-files/study/linux-travel/MINIX-1.5/1.5/Source/commands/indent/Makefile.68K
2024-02-19 00:25:23 -05:00

13 lines
192 B
Makefile

# makefile for the 'indent' command
CFLAGS = -O
OBJS = indent.o io.o lexi.o parse.o comment.o args.o
indent: ${OBJS}
$(CC) -o indent ${OBJS}
chmem =8192 indent
$(OBJS): globs.h codes.h