StupidOS/include/Makefile
2025-01-31 11:51:12 +01:00

4 lines
110 B
Makefile

SYSINCS = errno.h
INCS = coff.h elf.h ar.h ranlib.h $(addprefix sys/, $(SYSINCS))
include $(TOPDIR)/rules.mk