home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

i am not going to the .DS_Store

+1 -1
+1 -1
Makefile
··· 6 6 GOOS=linux GOARCH=amd64 go build -o $(EXEC) 7 7 8 8 bundle: build 9 - tar czf $(EXEC).tar.gz $(EXEC) admin/static/ public/ 9 + tar czf $(EXEC).tar.gz --exclude ".DS_Store" $(EXEC) admin/static/ public/ 10 10 11 11 clean: 12 12 rm $(EXEC) $(EXEC).tar.gz