6 lines
59 B
Makefile
6 lines
59 B
Makefile
PROJECT = fibonacci
|
|
|
|
SRCS = main.cpp
|
|
|
|
include ../common.mk
|