6 lines
114 B
Makefile
Executable File
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
|