ソースを参照

Rebuild all object files after changing config.h

master
Bert 14年前
コミット
822ef72657
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile ファイルの表示

@@ -12,7 +12,7 @@ OBJFILES=$(SRCFILES:.c=.o)
sxiv: $(OBJFILES)
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)

%.o: %.c Makefile
%.o: %.c Makefile config.h
$(CC) $(CFLAGS) -c -o $@ $<

install: all


読み込み中…
キャンセル
保存