VIANC/pw_plugin/Makefile
2025-01-16 14:25:06 +01:00

5 lines
75 B
Makefile

.PHONY: build
build: main.out
main.out: main.o
$(CC) $(LDFLAGS) $^ -o $@