#
# Makefile for small user program.
#    generated by NetRun, http://lawlor.cs.uaf.edu/netrun/
# NetRun by Orion Sky Lawlor, olawlor@acm.org, 2005/09/23 (Public Domain)
#
NAME=code
USER_CODE=$(NAME).cpp
COMPILER=g++ $(CFLAGS)
CFLAGS=-DNETRUN_FOO_DECL='void foo(void)' -O1 -Wall -fomit-frame-pointer -msse3
LINKER=g++ $(CFLAGS) 
LFLAGS=
DISASSEMBLER=objdump -drC -M intel
INPUT=
NETRUN=netrun/obj netrun/run netrun/grade
MAIN=main.obj
HWNUM=
STUDENT=lawlor
SAFERUN=netrun/safe_run.sh
SRCFLAG=-c
OUTFLAG=-o
LINKWITH=

all:



# All the targets are inside Makefile.post:
include Makefile.post
