diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-07-14 14:34:27 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-07-14 14:34:27 -0500 |
commit | 14ea8103403cde1a0055ded2dcea9033f2337b76 (patch) | |
tree | 9fe5ad19a54ab3906d314c80e43e686b2dd0ef97 /makefile | |
parent | 8633fe4774a83f90969e965c02b35e531d2ac6df (diff) | |
download | freqtimer-web-main.tar.xz freqtimer-web-main.zip |
+ 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-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |