5 lines
93 B
Makefile
5 lines
93 B
Makefile
CXX_SOURCES := main.cpp other.cpp
|
|
CXXFLAGS += -isystem $(SRCDIR)/sys
|
|
|
|
include Makefile.rules
|