Files
picoCTF/cache_me_outside/Makefile
Maxime Vorwerk bab4006b61 Cache Me Outside
2024-06-21 15:54:48 +02:00

6 lines
114 B
Makefile
Executable File

all:
gcc -Xlinker -rpath=./ -Wall -m64 -pedantic -no-pie --std=gnu99 -o heapedit heapedit.c
clean:
rm heapedit