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