mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
7 lines
150 B
Makefile
7 lines
150 B
Makefile
TOPDIR=../..
|
|
PROJECT:=hello-asm
|
|
SRCS=${PROJECT}.S
|
|
all: all_common
|
|
test: test_common
|
|
clean: clean_common
|
|
include ${TOPDIR}/apps/common/makefile.common
|