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

5 lines
46 B
Makefile

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