1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2024-07-22 01:58:46 -03:00

11 lines
240 B
Makefile
Executable File

LIBS=-latm -latmd
OBJS=join.o conn.o main.o address.o frames.o display.o kernel.o
BOOTPGMS=zeppelin
MAN8=zeppelin.8
CFLAGS_PRIVATE=
include ../Rules.make
zeppelin:$(OBJS)
$(CC) $(LDFLAGS) -o $(BOOTPGMS) $(OBJS) $(LIBD) $(LDLIBS) $(LIBS)