diff options
Diffstat (limited to 'mk/slk_attr_off.d')
-rw-r--r-- | mk/slk_attr_off.d | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mk/slk_attr_off.d b/mk/slk_attr_off.d new file mode 100644 index 0000000..388d0db --- /dev/null +++ b/mk/slk_attr_off.d @@ -0,0 +1,8 @@ +libcurses.a: libcurses.a(slk_attr_off.o) +libcurses.a(slk_attr_off.o): $(OBJDIR)/slk_attr_off.o + @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% + +$(OBJDIR)/slk_attr_off.o: curses/slk_attr_off.c + @echo "[CC] $@" + @mkdir -p "$(@D)" + @$(CC) -c -o $@ $(CFLAGS) curses/slk_attr_off.c |