6 lines
67 B
Makefile
6 lines
67 B
Makefile
PROJECT = conform
|
|
|
|
SRCS = main.cpp tests.cpp
|
|
|
|
include ../common.mk
|