4 lines
33 B
Makefile
4 lines
33 B
Makefile
CC=fteqcc
|
|
|
|
all:
|
|
$(CC) progs.src
|
CC=fteqcc
|
|
|
|
all:
|
|
$(CC) progs.src
|