mirror of
https://gitlab.com/octtspacc/OcttBitsOfFun
synced 2025-02-18 04:20:46 +01:00
6 lines
64 B
Makefile
6 lines
64 B
Makefile
TARGET = HelloWorld
|
|
|
|
SRCS = HelloWorld.s
|
|
|
|
include ../common.mk
|