cdrtools/include/Makefile
2025-06-15 04:19:58 +08:00

15 lines
569 B
Makefile

#ident %W% %E% %Q%
###########################################################################
# Sample makefile for sub directory makes
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
DIRS= schily
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.dir
###########################################################################