Skip to content
Snippets Groups Projects
Commit 5a53fbc9 authored by Natanael Copa's avatar Natanael Copa
Browse files

build: make sure functions.sh gets generated at build time

parent db00867c
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,10 @@ OBJS-abuild-sudo = abuild-sudo.o
P=$(PACKAGE)-$(VERSION)
all: $(USR_BIN_FILES)
all: $(USR_BIN_FILES) functions.sh
clean:
@rm -f $(USR_BIN_FILES)
@rm -f $(USR_BIN_FILES) functions.sh
%.o: %.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS-$@) -o $@ -c $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment