StupidOS/include/Makefile

4 lines
96 B
Makefile

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