mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 21:31:36 +00:00
13 lines
125 B
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:
|