5 lines
46 B
Makefile
5 lines
46 B
Makefile
|
CFLAGS=-lm
|
||
|
|
||
|
%.c:
|
||
|
$(CC) $(CFLAGS) -c $< -o $*
|