UNPKG

akurath

Version:

IDE Frontend for codepsaces.io

10 lines (7 loc) 83 B
all: build run build: gcc main.c -o hello run: ./hello clean: rm -f *.o hello