aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-07-14 14:34:27 -0500
committerFurkan Sahin <furkan-dev@proton.me>2023-07-14 14:34:27 -0500
commit5038cd7a8e49fb1edb49e770d4e56f63b3260b1c (patch)
tree5ecdf9e9602dcff3f54c27cf04cf0ecd8165f111 /makefile
parent3b78d10a5e5873e4a3170ee23c75ff1dc7c006f2 (diff)
Change layout 100% read view window, add copyrightHEADmain
+ 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
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
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)