mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-27 22:24:18 +08:00
8 lines
58 B
Makefile
8 lines
58 B
Makefile
CC=gcc
|
|
CFLAGS=-Wall -W
|
|
|
|
all: test
|
|
|
|
clean:
|
|
rm -f *.o test
|