aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-07-14 14:34:27 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-07-14 14:34:27 -0500
commit14ea8103403cde1a0055ded2dcea9033f2337b76 (patch)
tree9fe5ad19a54ab3906d314c80e43e686b2dd0ef97 /makefile
parent8633fe4774a83f90969e965c02b35e531d2ac6df (diff)
downloadfreqtimer-web-14ea8103403cde1a0055ded2dcea9033f2337b76.tar.xz
freqtimer-web-14ea8103403cde1a0055ded2dcea9033f2337b76.zip
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)