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

5 lines
46 B
Makefile
Raw Permalink Normal View History

2023-10-06 15:44:56 +00:00
CFLAGS=-lm
%.c:
$(CC) $(CFLAGS) -c $< -o $*