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