mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 21:43:34 -04:00
8 lines
58 B
Makefile
8 lines
58 B
Makefile
CC=gcc
|
|
CFLAGS=-Wall -W
|
|
|
|
all: test
|
|
|
|
clean:
|
|
rm -f *.o test
|