4 lines
65 B
Makefile
4 lines
65 B
Makefile
TARGET = takewhile.elf
|
|
SRCS = takewhile.cc
|
|
|
|
include ../config.mk
|