diff options
Diffstat (limited to 'mk/stop_char_set_def.d')
-rw-r--r-- | mk/stop_char_set_def.d | 8 |
1 files changed, 8 insertions, 0 deletions
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 |