mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-03-02 03:29:25 -05:00
8 lines
79 B
Makefile
8 lines
79 B
Makefile
![]() |
EXECUTABLES := \
|
||
|
offset
|
||
|
|
||
|
all: $(EXECUTABLES)
|
||
|
|
||
|
clean:
|
||
|
rm -f $(EXECUTABLES)
|