Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Jul 17, 2024
1 parent db2de27 commit 6ff71df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions quantifiedcode/frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export NODE_PATH := $(MAIN_FRONTEND_PATH)/node_modules:$(NODE_PATH)

all: bower move

clean:
rm -rf $(BUILD_FINAL_DIR)
rm -rf $(BUILD_BACKUP_DIR)

bower:
mkdir -p $(BUILD_FINAL_DIR)/static
Expand All @@ -29,5 +26,4 @@ move:
mv $(BUILD_FINAL_DIR) $(BUILD_FINAL_DIR); \
fi;

.PHONY: all clean bower move

0 comments on commit 6ff71df

Please sign in to comment.