Skip to content

Commit

Permalink
no room for .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
s8ngyu committed May 28, 2022
1 parent 824a646 commit 23b6d05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ libpddokdo_CFLAGS = -fobjc-arc

include $(THEOS_MAKE_PATH)/library.mk

before-stage::
find . -name ".DS\_Store" -delete

stage::
mkdir -p $(THEOS)/include/PeterDev
cp -r ./public/* $(THEOS)/include/PeterDev
Expand Down

0 comments on commit 23b6d05

Please sign in to comment.