mirror of
https://github.com/ksherlock/dot_clean.git
synced 2025-01-05 06:29:21 +00:00
make clean
This commit is contained in:
parent
f51444e31d
commit
2aa1ccc852
5
Makefile
5
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user