Skip to content

Commit d9725f6

Browse files
committed
meta: add make clean task
1 parent 9b81d57 commit d9725f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ vendor/glad/include/glad/gl.h: glad.zip
1919

2020
vendor/glad/include/glad/glad.h: vendor/glad/include/glad/gl.h
2121
@echo "#include <glad/gl.h>" > $@
22+
23+
clean:
24+
rm -rf \
25+
zig-out zig-cache \
26+
macos/build \
27+
macos/GhosttyKit.xcframework
28+
.PHONY: clean

0 commit comments

Comments
 (0)