Rename targets: *-l -> *-local
[elinks.git] / src / protocol / nntp / Makefile
blob77c6882e194423bdf61d32565f0ea8fd3ae17d5c
1 path_to_top=../../..
2 include $(path_to_top)/Makefile.config
4 OBJS = nntp.o connection.o response.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