mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00
7 lines
74 B
Makefile
7 lines
74 B
Makefile
all: pcre.o
|
|
|
|
pcre.o: pcre.c
|
|
$(CC) -c $(CFLAGS) $<
|
|
|
|
clean:
|
|
rm -f pcre.o
|