Skip to content

Commit

Permalink
Add Makefile that forwards to setup.winxed
Browse files Browse the repository at this point in the history
Borrowed from Rosella
  • Loading branch information
Benabik committed Jun 5, 2012
1 parent 406c421 commit 48dd52b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
@@ -0,0 +1,13 @@
all: build

build:
winxed setup.winxed build

test: build
winxed setup.winxed test

install: build
winxed setup.winxed install

clean:
winxed setup.winxed clean

0 comments on commit 48dd52b

Please sign in to comment.