aboutsummaryrefslogtreecommitdiff
path: root/01-ctest/Makefile
diff options
context:
space:
mode:
authorTakamichi Horikawa <myon@myon98.net>2021-12-04 13:41:35 +0900
committerTakamichi Horikawa <myon@myon98.net>2021-12-04 13:41:35 +0900
commit74fe5e24beb14b00ce3d69e5a3010c520d4bf8e5 (patch)
tree7977c7d2df8f02bdea1a2fc0dd50df000eb044e6 /01-ctest/Makefile
Initial: vram write test
Diffstat (limited to '01-ctest/Makefile')
-rw-r--r--01-ctest/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/01-ctest/Makefile b/01-ctest/Makefile
new file mode 100644
index 0000000..84e84e4
--- /dev/null
+++ b/01-ctest/Makefile
@@ -0,0 +1,3 @@
+TARGET:=dispctest.elf
+OBJS:=start.o main.o
+include ../common.mk