Use heptc script directly

This commit is contained in:
Cédric Pasteur 2011-09-09 17:05:02 +02:00
parent 1d6b68cef6
commit d786803a6e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
HEPTC=../../compiler/heptc.byte
HEPTC=../../heptc
HEPTC_OPTIONS=""
GCC=gcc

View File

@ -1,5 +1,5 @@
#!/bin/bash
HEPTC=../../compiler/heptc.byte
HEPTC=../../heptc
HEPTC_OPTIONS=-memalloc
GCC=gcc