Skip to content
Snippets Groups Projects
Commit 6b242aff authored by toole1's avatar toole1
Browse files

monad 2.1.4.1 for kyle

git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@5821 6fbd10e7-183d-0410-a318-cb416676e4f2
parent 850dfa2d
No related branches found
No related tags found
No related merge requests found
monad identification file
This file is used for monad directory identification
Built by toole1 on linux1.ews.illinois.edu
Build Date: Tue Jan 24 17:14:38 CST 2012
Build Date: Tue Jan 24 17:52:54 CST 2012
......@@ -35,10 +35,10 @@ $(IDFILE): $(OBJS)
'Build Date:' `date`> $(IDFILE)
$(EXENAME): $(OBJS) $(IDFILE)
$(CC) $(CFLAGS) $(LIBS) $(OBJS) -o $@
$(CC) $(LIBS) $(CFLAGS) $(OBJS) -o $@
$(CCMONAD): $(CCOBJS) $(IDFILE)
$(CC) $(CFLAGS) $(LIBS) $(CCOBJS) -o $@
$(CC) $(LIBS) $(CFLAGS) $(CCOBJS) -o $@
help.o: help.cpp $(wildcard *.h) README.cgo README_config.cgo README_tests.cgo LICENSE.cgo quotes.cga
......
......@@ -32,7 +32,7 @@ LIBS+= -lpng
endif
$(TESTEXE): $(TESTOBJS)
$(CC) $(LIBS) $(TESTOBJS) -o $@
$(CC) $(TESTOBJS) $(LIBS) -o $@
unit_tests.o : unit_tests.cpp $(wildcard *.h)
../ccmonad $(CC) $(CFLAGS) -c $(@:.o=.cpp) -o $@
......
No preview for this file type
No preview for this file type
......@@ -15,7 +15,7 @@ namespace versioninfo
{
const char * official_name = "Monad Autograder";
const char * version_name = "confession";
const Version version_num = Version(2, 1, 4, 0);
const Version version_num = Version(2, 1, 4, 1);
const char * date = "18 Jan 2012";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment