dot_clean/Makefile
Kelvin Sherlock 61a0229512 fixes
2016-08-03 06:43:23 -04:00

11 lines
201 B
Makefile

CXX = clang++
LINK.o = $(LINK.cc)
CXXFLAGS += -std=c++11 -g
dot_clean: dot_clean.o mapped_file.o
mapped_file.o : mapped_file.cpp mapped_file.h
dot_clean.o : dot_clean.cpp mapped_file.h applefile.h