Files
text-editor/Makefile

2 lines
83 B
Makefile

texteditor: editor.c
$(CC) editor.c -o texteditor -Wall -Wextra -pedantic -std=c99