diff options
Diffstat (limited to '01-ctest/Makefile')
-rw-r--r-- | 01-ctest/Makefile | 3 |
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 |