mirror of
https://github.com/array-in-a-matrix/SAROO.git
synced 2025-04-02 10:31:43 -04:00
7 lines
84 B
Makefile
7 lines
84 B
Makefile
|
|
|
|
all:
|
|
gcc -Wall -g -o sst main.c sr_bup.c ss_bup.c sr_mems.c
|
|
|
|
clean:
|
|
rm -f *.exe
|