makefile...

This commit is contained in:
Kelvin Sherlock 2016-08-04 20:39:31 -04:00
parent 7280f8106e
commit 9fa3131909
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ CXX = clang++
LINK.o = $(LINK.cc)
CXXFLAGS += -std=c++11 -g -Wall
dot_clean: dot_clean.o mapped_file.o applefile.h defer.h
dot_clean: dot_clean.o mapped_file.o
mapped_file.o : mapped_file.cpp mapped_file.h unique_resource.h
dot_clean.o : dot_clean.cpp mapped_file.h applefile.h
dot_clean.o : dot_clean.cpp mapped_file.h applefile.h defer.h