make clean

This commit is contained in:
Kelvin Sherlock 2017-06-13 14:06:02 -04:00
parent f51444e31d
commit 2aa1ccc852
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ CXXFLAGS += -std=c++11 -g -Wall
.PHONY: all
all : dot_clean applesingle appledouble
.PHONY: clean
clean :
$(RM) *.o dot_clean applesingle appledouble
dot_clean : dot_clean.o mapped_file.o finder_info_helper.o xattr.o
applesingle : applesingle.o mapped_file.o finder_info_helper.o xattr.o