binaryEditor/makefile
2025-09-19 20:36:01 -04:00

5 lines
74 B
Makefile

all:
gcc -Wall binaryEditor.c -o binaryEditor
clean:
rm -f binaryEditor