update Makefile rules
This commit is contained in:
parent
e4d9032eb3
commit
448b3c038f
7
Makefile
7
Makefile
@ -5,6 +5,13 @@ TYPE = ps-exe
|
|||||||
SRCS = hello_world.c \
|
SRCS = hello_world.c \
|
||||||
../common/crt0/crt0.s \
|
../common/crt0/crt0.s \
|
||||||
|
|
||||||
|
## Hello tile
|
||||||
|
#~ TARGET = hello_tile
|
||||||
|
#~ TYPE = ps-exe
|
||||||
|
|
||||||
|
#~ SRCS = hello_tile.c \
|
||||||
|
#~ ../common/crt0/crt0.s \
|
||||||
|
|
||||||
#~ ## Hello poly
|
#~ ## Hello poly
|
||||||
#~ TARGET = hello_poly
|
#~ TARGET = hello_poly
|
||||||
#~ TYPE = ps-exe
|
#~ TYPE = ps-exe
|
||||||
|
Loading…
Reference in New Issue
Block a user