dot_clean/Makefile

11 lines
245 B
Makefile
Raw Normal View History

2016-08-04 00:17:54 +00:00
CXX = clang++
LINK.o = $(LINK.cc)
2016-08-05 00:28:49 +00:00
CXXFLAGS += -std=c++11 -g -Wall
2016-08-04 00:17:54 +00:00
2016-08-05 00:28:49 +00:00
dot_clean: dot_clean.o mapped_file.o applefile.h defer.h
2016-08-04 00:17:54 +00:00
2016-08-05 00:28:49 +00:00
mapped_file.o : mapped_file.cpp mapped_file.h unique_resource.h
2016-08-04 00:17:54 +00:00
dot_clean.o : dot_clean.cpp mapped_file.h applefile.h