the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 16 lines 491 B view raw
1######################################################### 2# SCE CONFIDENTIAL 3# PlayStation(R)3 Programmer Tool Runtime Library 430.001 4# Copyright (C) 2010 Sony Computer Entertainment Inc. 5# All Rights Reserved. 6######################################################### 7 8CELL_MK_DIR ?= $(CELL_SDK)/samples/mk 9include $(CELL_MK_DIR)/sdk.makedef.mk 10 11SPU_SRCS = task.cpp 12SPU_TARGET = task_hello.spu.elf 13SPU_CFLAGS = -mspurs-task 14SPU_LDFLAGS = -mspurs-task 15 16include $(CELL_MK_DIR)/sdk.target.mk