- Added local SCons copy (0.96.93)
- Added Makefile wrapper for SCons
This commit is contained in:
parent
807232a51e
commit
e8d8524ed4
19
src/Makefile
Normal file
19
src/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
#
|
||||
# Scyther makefile
|
||||
#
|
||||
# Scyther really uses the scons program (http://www.scons.org/), of
|
||||
# which there is a local copy present. So this is just delegating stuff.
|
||||
#
|
||||
#
|
||||
all:
|
||||
./scons.py all
|
||||
|
||||
windows:
|
||||
./scons.py windows
|
||||
|
||||
linux:
|
||||
./scons.py linux
|
||||
|
||||
tags:
|
||||
./scons.py tags
|
||||
|
Loading…
Reference in New Issue
Block a user