mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
204bbe5d2c
Now all the submakefiles contain informationa buot where in the directory hierarchy they stay.
10 lines
168 B
Makefile
10 lines
168 B
Makefile
path_to_top=../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
OBJS = formhist.o dialogs.o
|
|
|
|
all-l: libformhist.a
|
|
libformhist.a: $(OBJS)
|
|
|
|
include $(path_to_top)/Makefile.lib
|