5 lines
67 B
Makefile
5 lines
67 B
Makefile
CXX_SOURCES := foo.cpp
|
|
C_SOURCES := main.c
|
|
|
|
include Makefile.rules
|