Rename targets: *-l -> *-local
[elinks.git] / src / protocol / http / Makefile
blobfdf2b6222d46c294dbf040cd853dfa4d4ad20eb7
1 path_to_top=../../..
2 include $(path_to_top)/Makefile.config
4 OBJS = blacklist.o codes.o http.o
6 # Do not forget to also add the .o to ../Makefile. Yes, it sucks.
7 all-local: $(OBJS)
9 include $(path_to_top)/Makefile.lib