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