Files
graphene/Runtime/Makefile

13 lines
125 B
Makefile

.PHONY: all
all:
.PHONY: clean
clean:
rm -f *.a *.o *.so *.so.* pal_gdb* pal-*
.PHONY: format
format:
.PHONY: test
test: