From 14ea8103403cde1a0055ded2dcea9033f2337b76 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Fri, 14 Jul 2023 14:34:27 -0500 Subject: Change layout 100% read view window, add copyright + Added authorship, copyright notice, and link to the code + Increased size of the +1 buttons + Changed layout so the +1 buttons would be prioritized + Adjusted margins to fit content within the iOS window --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 1dd3151..00810c4 100644 --- a/makefile +++ b/makefile @@ -46,8 +46,8 @@ $(DIST_BUILD_DIR)/%.o: src/%.cpp $(VIEW_DIRECTORIES): mkdir -p $@ -$(VIEW_FILES): - cp $(patsubst $(DIST_DIR)/%,$(SRC_VIEW)/%,$@) $@ +$(DIST_DIR)/%: $(SRC_VIEW)/% + cp $^ $@ $(DIST_DIR): mkdir -p $(DIST_DIR) -- cgit v1.2.3