Skip to content

Commit

Permalink
remove old makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Sep 24, 2024
1 parent 53d5054 commit 776d86b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ javascript: ${BUILDS}
@mkdir -p build/npm
@cp -v src/zenroom.js build/npm/

# build targets for windows (mingw32 cross compile on Linux)
include ${pwd}/build/windows.mk

# build targets for linux systems (also musl and android)
include ${pwd}/build/linux.mk

# build targets for apple systems (OSX and IOS)
include ${pwd}/build/osx.mk

# build docker images and releasing
include ${pwd}/build/docker.mk

Expand Down

0 comments on commit 776d86b

Please sign in to comment.