summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 23a587c..ff5e88d 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $<