diff options
Diffstat (limited to 'setup.mk')
-rw-r--r-- | setup.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ #CONVEX_OPT = yes
# User C code files
-VEXUSERSRC = vexuser.cpp
+VEXUSERSRC = vexuser.cpp lift.cpp claw.cpp
# Uncomment and add/modify user include files
-#VEXUSERINC = myfile.h
+#VEXUSERINC =
|