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