You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/utils/nsurl/Makefile

7 lines
104 B

# nsurl utils sources
S_NSURL := \
nsurl.c \
parse.c
S_NSURL := $(addprefix utils/nsurl/,$(S_NSURL))