6 lines
60 B
Makefile
6 lines
60 B
Makefile
PROJECT = reductions
|
|
|
|
SRCS = main.cpp
|
|
|
|
include ../common.mk
|