6 lines
71 B
Makefile
6 lines
71 B
Makefile
TARGET = main.elf
|
|
SRCS = main.cc
|
|
|
|
all: $(TARGET)
|
|
|
|
include ../config.mk
|