add a makefile!

This commit is contained in:
Kelvin Sherlock 2016-08-03 20:17:54 -04:00
parent 7c4acf3241
commit fe29929574
1 changed files with 10 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
CXX = clang++
LINK.o = $(LINK.cc)
CXXFLAGS += -std=c++11
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