Skip to content

Commit

Permalink
Testing makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Mar 27, 2024
1 parent 8b44aaa commit ef938fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ $(BUILD_DIR) $(BUILD_DIR)$(LABS_DIR): | build/img build/vid
@echo "starting build..."
mkdir -p $(BUILD_DIR)$(LABS_DIR)
rsync -av img/favicon/* $(BUILD_DIR)
rsync -av $(WEBPATH)style.css $(BUILD_DIR)
make $(BUILD_DIR)style.css

# This rule is added as a dependencies to some of the other rules,
# to ensure that the build directory has been created before creating files in it.
# It also copy the favicon and css files to the right place.
Expand All @@ -221,6 +222,7 @@ $(BUILD_DIR)style.css : $(WEBPATH)style.css
$(BUILD_DIR)fonts/ :
mkdir -p $(BUILD_DIR)fonts
rsync -av templates/fonts/ $(BUILD_DIR)fonts
# rsync -zarv --prune-empty-dirs --include "*/" --include="*.woff*" --exclude="*" templates/fonts/ $(BUILD_DIR)fonts/


# -------------------------------
Expand Down

0 comments on commit ef938fe

Please sign in to comment.