7 lines
81 B
Makefile
7 lines
81 B
Makefile
|
TARGET = takewhile.elf
|
||
|
SRCS = takewhile.cc
|
||
|
|
||
|
all: $(TARGET)
|
||
|
|
||
|
include ../config.mk
|