Files
gyehoek-hs/runtime/Makefile
T
2026-05-07 15:41:30 -06:00

9 lines
146 B
Makefile

all: gyehoek.o
gyehoek.o: gyehoek.c
$(CC) $(CFLAGS) -c gyehoek.c -o gyehoek.o
.PHONY: install
install:
install -Dm644 -t $(out)/lib gyehoek.o