makefile improvements

new-codepages 2.1.0-beta
Ondřej Hruška 7 years ago
parent 679f0adbae
commit a72e2bed63
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 1
      .gitignore
  2. 15
      Makefile
  3. 2
      front-end
  4. 2
      release/.gitignore

1
.gitignore vendored

@ -20,3 +20,4 @@ cmake-build-debug/
.sass-cache
*.map
.gitignore

@ -210,6 +210,21 @@ espmac:
all: checkdirs
$(Q) make actual_all -j4 -B
release:
ESP_LANG=cs make web
make actual_all -j4
cp firmware/0x00000.bin release/0x00000.bin
cp firmware/0x40000.bin release/0x40000-CS.bin
ESP_LANG=en make web
make actual_all -j4
cp firmware/0x40000.bin release/0x40000-EN.bin
ESP_LANG=de make web
make actual_all -j4
cp firmware/0x40000.bin release/0x40000-DE.bin
actual_all: parser $(TARGET_OUT) $(FW_BASE)
libesphttpd/Makefile:

@ -1 +1 @@
Subproject commit 6f165da9b6237fd88efc836a663a429ed8aadb6e
Subproject commit 69e5b774475fc78c6244d3e14ade7a677760a731

@ -0,0 +1,2 @@
*
!.gitignore
Loading…
Cancel
Save