Skip to content

Commit

Permalink
delete workflow, updata Makefile(top)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeaCox committed Jul 16, 2023
1 parent 37ec168 commit af70279
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# 顶层Makefile

SUBDIRS = core cli gui

.PHONY: all clean

all:
all:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir; \
done
@mkdir -p bin
cp -f cli/bin/VersaGuard-cli bin/
cp -f gui/bin/VersaGuard-gui bin/
cp -f core/bin/VersaGuard_core.ko bin/

clean:
rm -rf bin
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir clean; \
done
Binary file modified bin/VersaGuard_core.ko
Binary file not shown.
Binary file modified core/bin/VersaGuard_core.ko
Binary file not shown.

0 comments on commit af70279

Please sign in to comment.