dump
This commit is contained in:
commit
5626d1eacb
24 changed files with 512 additions and 0 deletions
6
tent1/Makefile
Normal file
6
tent1/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TARGET = main.elf
|
||||
SRCS = main.cc
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
include ../config.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue