mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-20 15:10:32 -04:00
7 lines
79 B
Makefile
7 lines
79 B
Makefile
EXECUTABLES := \
|
|
offset
|
|
|
|
all: $(EXECUTABLES)
|
|
|
|
clean:
|
|
rm -f $(EXECUTABLES)
|