Skip to content

Commit

Permalink
Makefile should work for anybody now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Oct 23, 2013
1 parent f066aa9 commit 261741b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# When on Windows and starting GNU make from Git bash, we need to set this:
ifdef COMSPEC
SHELL=C:/Windows/System32/cmd.exe
endif
all: clean build

all:
clean:
scons -uc
rm -rf ./build

build:
scons
cp build/autobahn.* ../WebMQ/webmq/webmq/static/jsdep/
cp build/autobahn.* ../WebMQDemo/web/js/

0 comments on commit 261741b

Please sign in to comment.