WHY2/Makefile

6 lines
61 B
Makefile
Raw Normal View History

2022-03-05 18:24:36 +01:00
all: main
files = src/main.c
main:
cc $(files) -o out/why2