Fix the testsuite.

This commit is contained in:
Lemmih
2007-01-29 03:18:27 +00:00
parent 2b876f52e9
commit e930951796
8 changed files with 16 additions and 13 deletions

View File

@ -7,7 +7,7 @@ INCLUDES= -I$(TOP)
# compile with GHC to save us setting all the necessary include and
# lib flags. use ghc -v to find out what these are if you wish to go
# via gcc.
BIN=./a.out
BIN=./Main
SRC=main.c
BINDIR= "."