4 lines
82 B
Makefile
4 lines
82 B
Makefile
|
# Simple makefile for simple example
|
||
|
PROGRAM=cpp_01_tasks
|
||
|
include ../../common.mk
|