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