6 lines
55 B
Makefile
6 lines
55 B
Makefile
PROJECT = hello
|
|
|
|
SRCS = main.cpp
|
|
|
|
include ../common.mk
|