From 747e7a9be2a3aa6081f7819a5bafe6f87147d48e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 13 Apr 2022 20:04:40 -0400 Subject: preliminary build support --- mk/stop_char_set_def.d | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mk/stop_char_set_def.d (limited to 'mk/stop_char_set_def.d') diff --git a/mk/stop_char_set_def.d b/mk/stop_char_set_def.d new file mode 100644 index 0000000..8afc087 --- /dev/null +++ b/mk/stop_char_set_def.d @@ -0,0 +1,8 @@ +libcurses.a: libcurses.a(stop_char_set_def.o) +libcurses.a(stop_char_set_def.o): $(OBJDIR)/stop_char_set_def.o + @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% + +$(OBJDIR)/stop_char_set_def.o: term/stop_char_set_def.c + @echo "[CC] $@" + @mkdir -p "$(@D)" + @$(CC) -c -o $@ $(CFLAGS) term/stop_char_set_def.c -- cgit v1.2.1