Cache Me Outside
This commit is contained in:
5
cache_me_outside/Makefile
Executable file
5
cache_me_outside/Makefile
Executable file
@@ -0,0 +1,5 @@
|
||||
all:
|
||||
gcc -Xlinker -rpath=./ -Wall -m64 -pedantic -no-pie --std=gnu99 -o heapedit heapedit.c
|
||||
|
||||
clean:
|
||||
rm heapedit
|
||||
Reference in New Issue
Block a user