build w/ curses in odd location
This commit is contained in:
parent
b8a775d32e
commit
63b001e5b9
2
Makefile
2
Makefile
@ -193,7 +193,7 @@ install: $(filter-out $(SKIP) $(addprefix $(DESTDIR),$(SKIP)),$(INSTALL))
|
||||
top.o : top.h
|
||||
|
||||
%.o : %.c
|
||||
$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c -o $@ $<
|
||||
$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(CURSES) -c -o $@ $<
|
||||
|
||||
w.o: w.c
|
||||
$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(W_SHOWFROM) -c $<
|
||||
|
Loading…
Reference in New Issue
Block a user