Files
helpelf/makefile
2025-09-03 15:23:52 +02:00

9 lines
111 B
Makefile

all:
gcc -Wall -Wextra helper.c -g -o helpelf
install:
sudo cp helpelf /usr/bin/helpelf
clean:
rm helpelf