Rename targets: *-l -> *-local
[elinks.git] / src / osdep / win32 / Makefile
blob322fdb0e34aa19c520702b51647b35df38369812
1 path_to_top=../../..
2 include $(path_to_top)/Makefile.config
4 OBJS = win32.o overrides.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