This repository has been archived on 2023-10-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2023-10-06 16:44:56 +01:00

5 lines
46 B
Makefile

CFLAGS=-lm
%.c:
$(CC) $(CFLAGS) -c $< -o $*