fs/makefs/compile.sh

3 lines
73 B
Bash
Executable File

gcc -c -I. -pipe -O2 -Wall -W -o main.o main.c
cc -o ./bin/makefs main.o