mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
5 lines
61 B
Makefile
5 lines
61 B
Makefile
pcre.o: pcre.c
|
|
$(CC) -c $(CFLAGS) $<
|
|
|
|
clean:
|
|
rm -f pcre.o
|