cdrtools/TEMPLATES/Makefile.inc
2025-06-15 04:19:58 +08:00

16 lines
513 B
Makefile

#ident %W% %E% %Q%
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
INSDIR= include
TARGET= align.h
TARGETC= align_test
CFILES= align_test.c
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.inc
###########################################################################