Files

7 lines
68 B
Makefile
Raw Permalink Normal View History

all: main
main: main.c test
gcc -o main main.c
clean:
rm -f main