mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
6 lines
61 B
Makefile
6 lines
61 B
Makefile
pcre.o: pcre.c
|
|
$(CC) -c $(CFLAGS) $<
|
|
|
|
clean:
|
|
rm -f pcre.o
|