4 lines
114 B
Makefile
4 lines
114 B
Makefile
rush: rush.c color.c constants.h history.c commands.c
|
|
gcc -o rush rush.c color.c history.c commands.c
|
|
all:
|
|
rush
|