Revision 162
changed the computer target to use g++ instead of gcc to be compatible with colonet
fixed the casting in the other files so g++ would actually compile
Makefile | ||
---|---|---|
176 | 176 |
$(AR) $(ALL_ASFLAGS) $(TARGET).a $(OBJ) |
177 | 177 |
|
178 | 178 |
computer: |
179 |
gcc *.c -g -I. -c
|
|
179 |
g++ *.c -g -I. -c
|
|
180 | 180 |
ar rcs $(TARGET).a $(OBJ) |
181 | 181 |
|
182 | 182 |
# Eye candy. |
Also available in: Unified diff