- Added local SCons copy (0.96.93)

- Added Makefile wrapper for SCons
This commit is contained in:
ccremers 2006-12-15 14:20:04 +00:00
parent 807232a51e
commit e8d8524ed4

19
src/Makefile Normal file
View 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