Skip to content

Commit

Permalink
v0.2 data
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Maskarinec committed Apr 23, 2021
1 parent 35e257a commit 2081f88
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ releaseflags=-Os -DRELEASE_BUILD
wincflags=$(sources) -DCNFGOGL lib/windows/libumka_static.a -o tophat.exe $(wflags) -lm -Ldl -Ilib/rawdraw -lopengl32 -lgdi32 -Wl,-Bstatic -lpthread -Llib/windows -DUMKA_STATIC -static -lumka_static
webcflags=$(sources) lib/umka/src/*.c $(wflags) -s WASM=1 -s ERROR_ON_UNDEFINED_SYMBOLS=0 -o main.wasm -ldl -lpthread

version=v0.1-$(shell git rev-parse --short HEAD)
version=v0.2-$(shell git rev-parse --short HEAD)

build: libembed
$(cc) $(cflags) $(releaseflags) -g
$(cc) $(cflags) $(releaseflags)

windows: libembed
$(mingw) $(wincflags) $(releaseflags)
Expand Down
Binary file modified bin/tophat-win.zip
Binary file not shown.
Binary file modified bin/tophat.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1-767d356
v0.2-35e257a

0 comments on commit 2081f88

Please sign in to comment.